DEV Community

Discussion on: Demystifying OAuth 2.0 - A Tutorial & Primer

Collapse
 
kattak2k profile image
Ravi Katta

That's a good article, I've recently implemented authorization code and client credentials, But nowhere I found the OAuth is secure but just to make users lazy to remember credentials.

Collapse
 
devansvd profile image
Devan

Be sure to use authorization code with pkce grant type.

Collapse
 
kattak2k profile image
Ravi Katta

I wish I could, Unfortunately, we had a client system which was built to accept only these 2 types.