https://github.com/splorg/go-auth-sessions
Example/template repository setting up session authentication in Go.
https://github.com/splorg/go-auth-sessions
authentication docker docker-compose fiber go golang goose jwt postgresql redis session sqlc
Last synced: 27 days ago
JSON representation
Example/template repository setting up session authentication in Go.
- Host: GitHub
- URL: https://github.com/splorg/go-auth-sessions
- Owner: splorg
- Created: 2024-05-13T04:09:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T06:20:17.000Z (over 1 year ago)
- Last Synced: 2024-05-23T07:30:12.332Z (over 1 year ago)
- Topics: authentication, docker, docker-compose, fiber, go, golang, goose, jwt, postgresql, redis, session, sqlc
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-auth-sessions
Example/template repository setting up session authentication in Go.
[Check the branch "net/http" for a version of this template made using the standard library instead of Fiber](https://github.com/splorg/go-auth-sessions/tree/net/http)
This project uses:
- [Fiber](https://gofiber.io/) for routing/middleware
- [Goose](https://pressly.github.io/goose/) for database migrations
- [SQLC](https://sqlc.dev/) for generating type-safe code for SQL queries
- [Redis](https://redis.io/) for storing user sessions
- [Postgres](https://www.postgresql.org/) as database