notes/redirect_to_new_page_with_useridentity_jwt.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-02-01 11:59:37 +01:00
parent 65ad1a3777
commit fd3814d157
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -41,6 +41,7 @@ the =code= and save the tokens in the local storage.
almost copy big chunks of the js code of the =index.html= file. You
should just take care the name of the =localStorage= key should be
different to prevent any collision with the normal JWT.
4. Regarding the number of checks we do on the normal access tokens,
creating a new function will probably be a lot easier and less risky
than adding a boolean parameter that would state the
4. Regarding code organization we should probably provide a new function
for these specific tokens.
Typically ~gen-user-identity-token~ and be prepared to potentially provide
specific refresh tokens along these user-identity-token in a short future.