edrisranjbar / SelfUp

SelfUp is a free and open source project to helps us become the better version of ourselves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add authentication and Authorization to the app

edrisranjbar opened this issue · comments

we need to add sign in, sign up and logout functionality. also we should consider limiting login attempts for login and sign up per IP, this will make our application more secure in case of any Bruteforce attack.

To-Do:

  • add login functionality
  • add sign up functionality
  • add logout functionality
  • limit number of attempts to login per IP