JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
Here are 1,653 public repositories matching this topic...
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Oct 26, 2019 - JavaScript
I wrote the server part
io.on('connection', socketioJwt.authorize({ secret: jwtsecret, timeout: 15000 })).on('authenticated', function (socket) { console.log('Connected: ' + socket.decoded_token.id + ' ' + socket.decoded_token.displayName); });
But I can not connect with android
Can you please tell me how to do this, can have a sample code?
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jan 18, 2019 - JavaScript
-
Updated
Jun 21, 2020 - JavaScript
这个是什么原因呢?
http://127.0.0.1:6060/article/list
{
stack: "SequelizeDatabaseError: Unknown column 'tags.articleId' in 'on clause' at Query.formatError (F:\github\react-blog\server\node_modules\sequelize\lib\dialects\mysql\query.js:244:16) at Query.handler [as onResult] (F:\github\react-blog\server\node_modules\sequelize\lib\dialects\mysql\query.js:51:23) at Query.execute (F:\github\react-blog\server\n
-
Updated
Jan 28, 2020 - JavaScript
The DISCOVERY_DOCUMENT does not include the api login url for okta its juts creates a random /callback url which there is no documentation on configuring
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 3, 2019 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
In the default package.json included there is a incorrect version for sequelize.
Current:
"sequelize": "^6.0.0"
Issue: This fails to install since NPM cannot find version 6.0.0. To resolve change the version to the below:
"sequelize": "^6.0.0-beta.5"
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Nov 1, 2018 - JavaScript
-
Updated
Oct 21, 2018 - JavaScript
WIP - Tutorial Issue
WIP -
Writing up my own issues encountered while following the tutorial at https://dry.ly/authentic
$ npm start
> scale-admin@1.0.0 start /Users/andys/powernerd/scale-admin
> wzrd index.js
server started at:
http://127.0.0.1:9966
http://10.0.1.100:9966
{"url":"/","type":"generated","time":"2018-11-19T03:44:11.562Z"}
{"url":"/index.js","type":"bundle","command":"browserify inde
-
Updated
Jan 14, 2020 - JavaScript
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia
Would be very helpful for the docs to clearly document the various types of error codes.
I had all sorts of problems because I didn't know which errors were coming from this library, and what they meant.
I went through the code and found these:
Note that the `'invalid