xEdziu / RPG-Handy-Helper

Tool for your Game Master for your next RPG session!
https://rpg.webace-group.dev
MIT License
2 stars 1 forks source link

User Auth Controllers #9

Open xEdziu opened 2 months ago

xEdziu commented 2 months ago

Description

We need to prepare controllers (internal API) to all actions regarding logging, creating accounts and resetting passwords - after preparing database for gm's and implementing email sender

TODO

Handling login form

Handling registration form

Handling "forget password" form

Handling actual changing password form

We need to also implement session storage on server and browser

I found a nice tutorial for that, we will have to sit and analize it first tho: https://www.phptutorial.net/php-tutorial/php-remember-me/

xEdziu commented 1 month ago

@Myjem please take care of ajax requests from the above login forms (from front to backend)