Replies: 1 comment 1 reply
-
Great links in defining the different types of tokens, not sure if reader needs to understand all types, but it's good to have them. Token samples are very useful and in a fair level of difficulty in understanding them. Personally feel the token validation part is the hardest one on this level. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To follow up on our Level 1 Service Education, we want to equip you with the information needed to get a sample app up and running on your end
Level 1 Link
Tokens
A Token is the strange lengthy string provided by the authentication server, which is actually used for authentication Reference. The frequently used ones are:
ID Token
Access Token
What's the difference ID Token and Access Token
Refresh Token
Refresh Tokens: What and when
More on tokens
What are JSON Web Tokens (JWT), JSON Web Key (JWK), etc
Token Validation - why you care and where you do this
What do tokens give you?
Examples you can use
- Example Repo
Stay tuned as we create a new discussion thread on Level 3 that dives deeper into other things....
Beta Was this translation helpful? Give feedback.
All reactions