Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.19 KB

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.