What would you prefer for your apps and why: OAuth 1.0a, OAuth 2.0 or some other protocol?
If you want some other protocol, please add it in the comments
Disclosure : I'm the creator of the open source daemon oauthd and founder of oauth.io.
1–6 of 6 posts
What would you prefer for your apps and why: OAuth 1.0a, OAuth 2.0 or some other protocol?
If you want some other protocol, please add it in the comments
Disclosure : I'm the creator of the open source daemon oauthd and founder of oauth.io.
Why not both? Big companies may prefer 1.0a for security and startups OAuth2.0 for flexibility about permissions and growth with easier integration by partners
How are you planning to integrate the Docker container with the business authentication/authorization? LDAP?
OAuth2 fits in a tweet: get a login URL, user visits it, redirects back to you with an auth code, swap it for an access token.
Out of the major players:
- Google, Microsoft, Facebook, Instagram uses OAuth2.
- Only Twitter uses OAuth 1.
OAuth1's /ridiculously/ complex. OAuth2 fits in a tweet: get a login URL, user visits it, redirects back to you with an auth code, swap it for an access token. Out of the major players: - Google, Microsoft, Facebook, Instagram uses OAuth2. - Only Twitter uses OAuth 1.
That's way a Docker container that does it for you would be so valuable.
OAuth1's /ridiculously/ complex. OAuth2 fits in a tweet: get a login URL, user visits it, redirects back to you with an auth code, swap it for an access token. Out of the major players: - Google, Microsoft, Facebook, Instagram uses OAuth2. - Only Twitter uses OAuth 1.
> OAuth1's /ridiculously/ complex. That's way a Docker container that does it for you would be so valuable.