User Authentication with Options
This repository provides user authentication functionalities with a choice of MongoDB or SQLite for data storage.
- MongoDB Authentication:
- Branch: mongodb
- User authentication and session tokenization using Redis and MongoDB.
- SQLite Authentication:
- Branch: sqlite
- User authentication and session tokenization using Redis and SQLite.
Choosing the Database:
Select the branch that aligns with your preferred database system.
Additional Notes
Work in progress
- redis - Redis Server
- mongo-driver - MongoDB driver
- go-sqlite3 - SQLite3 driver
Before running, a Redis Server instance is required to be running.