26. Software Engineer 👨💻 | Tweet about DotNet, C#, Angular, Typescript, Web Dev, Security
Aug 6, 2022 • 8 tweets • 3 min read
OAuth2 - Implicit Flow
Implicit flow is used in old web applications and SPA but due to the expose of access token in URL, it has been deprecated, but let's try to understand it in this thread.
#dotnet#webdeveloper#authentication
Thread 👇
As a first step, the user visits the client app and chooses an OAuth provider(Google) to login.
Aug 5, 2022 • 10 tweets • 4 min read
OAuth2 - Authorization code + PKCE flow
The PKCE flow is developed with additional three parameters with the Authorization Code flow.
We are going to look at the process of Canva's login with google as an OAuth provider.