Best of AuthenticationNovember 2021

  1. 1
    Article
    Avatar of ballerinaBallerina·4y

    Securing Microservices with JWT

    This guide explains how to secure an 'Order Management Service' (RESTful service) with JWT Auth using Ballerina. JWT helps to pass the end-user context across microservices in a manner that can’t be forged. Because the claims set of the JWT is signed by the STS, no microservice can change its content without invalidating its signature.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Pollux - Fake json data & json server mock API generator with JWT

  3. 3
    Article
    Avatar of devtoDEV·4y

    Everything about super tokens - an open source alternative to Auth0, Firebase Auth, and AWS Cognito.

    SuperTokens is an open-source "user auth" quick to implement & easy to customize. It uses Cookies that contain an access token that expires and must be refreshed with a refresh token. It enables you to keep your users logged in for a time long in the most secure way possible.