kriss-u / e-commerce

0 stars 1 forks source link

Authentication: login and signup #1

Closed kriss-u closed 5 years ago

dineshdb commented 6 years ago

You will have to look at authentication module in our code. Implement a authentication manager, whitelist sign-up, sign-up then sign-in and send a jwt token to the client. This can be done directly using cookies but this method is better in the long run and we have not worked on cookies using java.

dineshdb commented 6 years ago

see com.sankalpa.auction.security.* controller.UserController and gradle file. And if you feel confused, ask ASAP.