Register page ?
Hi, Is there a way to create register page ? I'm actually looking for a good Yggdrasil-like auth system and I want it to be as simple as possible to understand for my users.
Hi,
If you're planning to use it for something else than Minecraft, then it'll most probably need an update as it's rather old (parts are obsolete) but more importantly it was never reviewed from security point of view. There might be holes in it so I cannot recommend using it without further investigation.
Hi, Is there a way to create register page ? I'm actually looking for a good Yggdrasil-like auth system and I want it to be as simple as possible to understand for my users.
Hi,
It is possible, you juste need to create routes which insert data into the database. Then, just use php and html / CSS in frontend to make a form which makes post requests to the register route.