OIDC/OAuth2 id_token and it’s usage in the client application
I’ve recently migrated my application to use external provider for login so that my application doesn’t have to deal with auth and storing user credentials. For this I’m using OpenID Connect (OIDC) over OAuth2 and so the auth flow is quite… Continue reading OIDC/OAuth2 id_token and it’s usage in the client application