User Tools

Site Tools


security:oauth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
security:oauth [2023/11/01 07:13] – removed - external edit (Unknown date) 127.0.0.1security:oauth [2024/03/26 20:01] (current) skipidar
Line 1: Line 1:
 +===== OAuth =====
 +
 +Tokens:
 +|ID Token|Contains the info about the user|
 +|Access Token|Contains the access code, issues by the Oauth 2.0 server, allowing to access apps for a limited time|
 +|Refresh Token|Allows to refresh the access token, without sending user to the OAuth 2.0 server again|
 +
 +
 +{{youtube>ZV5yTm4pT8g}}