/user-auth

User authentication and session tokenization using Redis and MongoDB or SQLite.

MIT LicenseMIT

user-auth

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

Instructions

Install Go Programming language latest version

Download and install here

N|Solid

External Packages

Run Redis Server

Before running, a Redis Server instance is required to be running.