Développement

Astuces de développement

Outils pour utilisateurs

Outils du site


langages:asp_csharp:token_jwt

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
langages:asp_csharp:token_jwt [2019/08/26 11:09]
jonathan
langages:asp_csharp:token_jwt [2019/08/27 07:47] (Version actuelle)
jonathan
Ligne 6: Ligne 6:
   * https://stackoverflow.com/questions/38794670/how-to-create-encrypted-jwt-in-c-sharp-using-rs256-with-rsa-private-key   * https://stackoverflow.com/questions/38794670/how-to-create-encrypted-jwt-in-c-sharp-using-rs256-with-rsa-private-key
   * https://dejanstojanovic.net/aspnet/2018/june/token-based-authentication-in-aspnet-core-part-3/   * https://dejanstojanovic.net/aspnet/2018/june/token-based-authentication-in-aspnet-core-part-3/
 +  * https://stackoverflow.com/questions/36152633/validating-access-token-with-at-hash
  
   * https://github.com/dvsekhvalnov/jose-jwt   * https://github.com/dvsekhvalnov/jose-jwt
Ligne 25: Ligne 26:
 </code> </code>
  
 +===== Public keys : PEM to JWK =====
 +
 +https://github.com/dannycoates/pem-jwk
 +
 +<code>
 +pem-jwk public.pem > public.jwk
 +</code>
  
langages/asp_csharp/token_jwt.1566810574.txt.gz · Dernière modification: 2019/08/26 11:09 de jonathan