Skip to content

This project is a simple authentication API built using Scala and Akka HTTP, implementing user registration, login, and JWT-based authentication. It allows secure user authentication and token-based authorization for accessing protected resources.

Notifications You must be signed in to change notification settings

masterhj/Scala-Authentication-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Authentication API (JWT-based)

A simple JWT authentication API built with Scala, Akka HTTP, and Spray JSON.

Features

  • User Registration (Stores username & password)
  • User Login (Generates JWT token)
  • Protected Routes (Access secured endpoints using JWT)
  • User Profile (Fetch user details securely)

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/your-repo/AuthAPI.git
    cd AuthAPI

About

This project is a simple authentication API built using Scala and Akka HTTP, implementing user registration, login, and JWT-based authentication. It allows secure user authentication and token-based authorization for accessing protected resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published