Authentication for HTMX app

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

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
  • uuid

    Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. (by google)

  • Just store one single UUID as a token in a client's cookie (use https://github.com/google/uuid for ex), and associate that to a user ID (or anything else relevant in your case), and an expiry date for example

  • oauth2

    Go OAuth2

  • I personally use golang.org/x/oauth2 to handle OAuth in my app, so I'll use that for this example.

  • 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

  • How to Authenticate a CLI Using OAuth and GitHub in Golang

    2 projects | /r/golang | 22 Mar 2023
  • Retrieving authorization JWT from Go CLI program.

    4 projects | /r/golang | 9 Mar 2022
  • What do if no progress in MR about year?

    1 project | /r/golang | 10 Sep 2021
  • Looking for a reliable OAuth2 client implementation

    2 projects | /r/golang | 9 Jul 2021
  • How to create and verify JWT & PASETO token in Golang

    3 projects | dev.to | 5 Apr 2021