csabe812 / Agrovetel

This is a spring boot application for selling agricultural things.
1 stars 1 forks source link

Login #1

Closed csabe812 closed 5 years ago

csabe812 commented 5 years ago

As a user, I want to be able to login.

csabe812 commented 5 years ago

The current implementation is not so good:

csabe812 commented 5 years ago

Useful link

csabe812 commented 5 years ago

Login functionally works 100% at commit: d413f3d97624684f9b9ec7246beb8aa57106fb76 Now only logged in admin can view the users and ads: Username: admin Password: admin /admin/ads /admin/users And also logout functionally works too (issue not contains this function)

@kafr007 : FYI