Skip to content

Complete login and registration backend system using Spring Boot and email verification with expiry.

Notifications You must be signed in to change notification settings

dev-Pedrod/LoginAndRegistration-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Back-end Developed in Java and Spring Boot for User Registration and Login with email verification using the Gmail service.

(Developed in test profile)

Technologies

Here are the technologies used in this project:

  • Java 11
  • Spring Boot
  • Spring Security
  • H2 Database
  • Java Mail

Run

  • In application.properties put your email in spring.mail.username and your token in spring.mail.password to use the email service.

Example:

spring.mail.username=YourGmailHere@gmail.com
spring.mail.password=YourTokenHere

Guide to generate 16 digits token to configure Gmail smtp: Sign in with app passwords

(Remember to run the project before accessing)

Prints

Login Example

login

Request Example

request

Email Example

email


By dev-Pedrod See my Linkedin

About

Complete login and registration backend system using Spring Boot and email verification with expiry.

Topics

Resources

Stars

Watchers

Forks

Languages