Software Alternatives & Reviews

Intro to AWS Websockets Part Two: Auth

JSON Web Token Visual Studio Code AWS Secrets Manager
  1. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
    Pricing:
    • Open Source
    So instead of the standard Authorization header when establishing a new connection, we will pass in a query string parameter called access_token that contains our jwt.

    #Identity Provider #Identity And Access Management #SSO 276 social mentions

  2. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    If you are unfamiliar with checking out non-main branches in a repository, you can run the following commands in a terminal of VS Code to check it out locally.

    #Text Editors #IDE #Software Development 1006 social mentions

  3. AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
    Secrets Manager secret to securely store your jwt secret.

    #Identity And Access Management #Identity Provider #SSO 67 social mentions

Discuss: Intro to AWS Websockets Part Two: Auth

Log in or Post with