kasteelharry / AKA

The main repository for the Asterion Koningen Applicatie V3.0. Built originally for the Stichting Sociëteit Asterion. Now discontinued due to no interest to continue with this project by either party. This was also our first project in React and Express and thus some code might not be optimal or clean.
MIT License
1 stars 0 forks source link

[TODO] Password based user login #7

Closed kasteelharry closed 2 years ago

kasteelharry commented 2 years ago

Description Users should be able to login in the system by using a password based login. Once logged in the users should be able to query the endpoints they have permission to. The logins should be properly salted and hashed according to best practices for storing user information.

The token/session Id should expire over time when not used to prevent the session tokens being stolen etc.

Checklist

kasteelharry commented 2 years ago

closed in #15