How do you implement authentication provider

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-jwt

    Golang JSON Web Token builder with easy to use API for JWS and nested JWT (JWS+JWE)

  • Try to implement the service in as stateless mode as possible. For example, it's a good practice to create an authorization code that you need between two endpoint call in "Authorization Code Flow"(https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth) and literally encode the whole state of request in the code itself (using JWT e.g https://github.com/bwplotka/go-jwt). This way you can deploy such a server much easier, without breaking users flow on process restarts or load balancing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • cert-manager: All-in-One Kubernetes TLS Certificate Manager

    2 projects | dev.to | 6 May 2024
  • Take a look at traefik, even if you don't use containers

    12 projects | news.ycombinator.com | 5 May 2024
  • Monitoring energy usage with smart plugs, Prometheus and Grafana

    6 projects | news.ycombinator.com | 5 May 2024
  • What’s New in Apache Answer 1.3.0?

    2 projects | dev.to | 5 May 2024
  • JuiceFS 1.2 Beta 1: Gateway Upgrade, Enhanced Multi-User Permission Management

    2 projects | dev.to | 5 May 2024