jsonwebtoken
Here are 677 public repositories matching this topic...
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
May 29, 2020 - Java
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
-
Updated
Jul 16, 2020 - JavaScript
Link : https://django-graphql-jwt.domake.io/en/latest/authentication.html#delete-cookies
Section : Delete Cookies
Wrong : # Long running refresh tokens
delete_refresh_token_cookie =
graphql_jwt.refresh_token.DeleteRefreshTokenCookie.Field()
Right : # Long running refresh tokens
delete_refresh_token_cookie =
graphql_jwt.DeleteRefreshTokenCookie.Field()
The docs at https://firebase.google.com/docs/auth/admin/verify-id-tokens suggest getting the public key via https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com
I tried loading this in via DecodingKey::from_rsa_pem
but no luck so far.
Does the x509
string need to be converted to something else before loading?
-
Updated
Jul 6, 2020 - Rust
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Mar 30, 2019 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Nov 20, 2018 - TypeScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 10, 2017 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jul 20, 2018 - JavaScript
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Nov 18, 2017 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 16, 2019 - TypeScript
-
Updated
Nov 6, 2019 - JavaScript
Improve this page
Add a description, image, and links to the jsonwebtoken topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonwebtoken topic, visit your repo's landing page and select "manage topics."
The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?