Authentication with Golang and AWS Cognito

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    To create the endpoints we are going to use gin.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • godotenv

    A Go port of Ruby's dotenv library (Loads environment variables from .env files)

    First we will load our envs with the godotenv package, then we start our cognito client, passing the COGNITO_CLIENT_ID, which we got earlier, then we start gin and create a server, that's enough.

  • go-auth-cognito

    Project repository

  • frank_jwt

    JSON Web Token implementation in Rust.

    If we get the jwt token we can see what's inside, using the website jwt.io.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: 1-FPS encrypted screen sharing for introverts

    3 projects | news.ycombinator.com | 6 Aug 2024
  • Should I Use jwts For Authentication Tokens?

    7 projects | news.ycombinator.com | 27 May 2024
  • Gin + Gorm Practical Guide, Implementing a Simple Q&A Community Backend Service in One Hour

    2 projects | dev.to | 24 Apr 2024
  • A quick post on Chen's algorithm

    1 project | news.ycombinator.com | 16 Apr 2024
  • Live reloading in Go

    1 project | dev.to | 20 Mar 2024