Coders Packet

Login and Sign Up using Java Spring Boot

By Manas Shukla

This is a Login and Sign up service coded in Java using the Spring Boot Framework. (Backend Only)

Technologies used : - SpringBoot, Hibernet JPA, Sping Security and JWT.

When a user Signs up with the required User details. If the details are valid it will encypt thr password and user will be persisted in the database it will return a JWT token which can be used for invoking further end points. If the JWT token is not valid raise a user unauthorised exceptuon.

When user Logs in it will again return a JWT token.

It internally uses a OTP and mail service to send mails and generate OTP's. It does not depend upo any thrd party API.

Key Features : -
1. Spring Security
2. JWT (Json Web Tokens)

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Manas Shukla (Manas)

Download packets of source code on Coders Packet