airavata-courses / scapsulators

Looking to understand how weather phenomena in a region, affect your research? Well look no further!
https://github.com/airavata-courses/scapsulators/wiki/Weather-enthusiasts-assemble
Apache License 2.0
1 stars 2 forks source link

Creating Authentication microservice (login, signup, forgot password features) #13

Closed RutujaJadhav19 closed 2 years ago

RutujaJadhav19 commented 2 years ago

Create a microservice in java that provides the below features : 1) authentication - authenticate a user when he/she logs in. 2) Sign up - Save the user data in the database from the sign up page 3) Forgot password - Validate the user with a security question so that he/she can change the password

RutujaJadhav19 commented 2 years ago

Pushed Authentication Microservice to the development branch.