Wiki articles in category Tutorials tagged with "authentication"

Showing 1-1 of 1 item.

JWT authentication tutorial

Created a year ago by Allan Jensen, updated a year ago by Allan Jensen.

JWT is short for JSON Web Token. It is used eg. instead of sessions to maintain a login in a browser that is talking to an API - since browser sessions are vulnerable to CSRF security issues. JWT is also less complicated than setting up an OAuth authentication mechanism.

10 0
5 followers
Viewed: 57 365 times
Version: 2.0
Category: Tutorials