Skip to content

m-rit/authService

Repository files navigation

Authentication Server

This is a simple authentication server implemented in Go (Golang) that provides APIs for user registration, login, and authentication using JWT (JSON Web Tokens).

Features

  • User Registration: Allows users to create an account by providing their email and password.
  • User Login: Enables users to authenticate by providing their email and password and generates a JWT token upon successful authentication.
  • Token-Based Authentication: Secures APIs using JWT tokens for authentication.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages