Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 350 Bytes

oauth-authorization-code.md

File metadata and controls

9 lines (7 loc) · 350 Bytes
tags
oauth

Authorization code - is a code to exchange for [[oauth-access-token|access_token]]. This code is used in order to prevent sending access_token directly to [[oauth-roles#Application|client]], because of [[oauth-front-channel-insecure|redirect insecurity]].

It's highly recommended to use the [[oauth-pkce|PKCE extension]]