Skip to content

The project is a token-based REST API authentication system developed using Spring Boot. It utilizes JSON Web Tokens (JWT) for secure authentication and MongoDB for storing user data.

Notifications You must be signed in to change notification settings

MSameeha/Token-Based-AuthenticationAPI-using-Springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthenticationAPI-using-Springboot

The project is a token-based REST API authentication system developed using Spring Boot. It utilizes JSON Web Tokens (JWT) for secure authentication and MongoDB for storing user data.

Accepts JSON content-type and not form-data. To switch to form-data uncomment the saveUser and loginUser in AuthenticationController

Articles to refer:

https://iamprafful.medium.com/spring-boot-rest-api-authentication-best-practices-using-jwt-2022-fd3d7ab61d3

https://www.tutorialspoint.com/spring_boot/spring_boot_cors_support.htm

https://gist.github.com/bradtraversy/f407d642bdc3b31681bc7e56d95485b6

About

The project is a token-based REST API authentication system developed using Spring Boot. It utilizes JSON Web Tokens (JWT) for secure authentication and MongoDB for storing user data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages