Golang Base Project - A simple web app with user authentication

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • golang-base-project

    Discontinued A minimal Go project with user authentication ready out of the box. Uses Bootstrap 5 for the frontend. All frontend assets are less than 100 kB on every page load.

  • I honestly forgot about it, I used the ulid package for the password reset and activation tokens and it was just easy to throw it in there but it is bad for anyone using this as a template. I always set this via an env so it slipped through. I made a ticket to track this issue and will try to fix it in the next few days: https://github.com/uberswe/golang-base-project/issues/2

  • ulid

    Universally Unique Lexicographically Sortable Identifier (ULID) in Go

  • why are you using https://github.com/oklog/ulid to generate a cookie secret?

  • 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
  • I developed a webSite using cookies. It uses my securecookies https://github.com/chmike/securecookies.

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