- Herzogenaurach
- https://nicolai-ort.com
- Joined on
2020-10-30
Block a user
Create automated tests for login related stuff
Auth: Password reset
I implemented checks and errors for the following:
- Is the user disabled (login, refresh, autorefresh and reset request)?
- Has the user requested another refresh in the last 15min?
And i have…
Auth: Password reset
I implemented the basic password reset stuff. Right now it just return's the reset token on request and you can just spam request reset tokens. Next up I'm gonna implement a reset requesting…