Mjolnir-Authentication-Server icon indicating copy to clipboard operation
Mjolnir-Authentication-Server copied to clipboard

Register page ?

Open Aeris1One opened this issue 5 years ago • 2 comments

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.

Aeris1One avatar May 19 '20 14:05 Aeris1One

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.

rutkai avatar May 20 '20 12:05 rutkai

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.

DarkScientist avatar Jun 04 '20 06:06 DarkScientist