compose-us/todastic

Add login via GET url

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
To get a real quick login, we should provide a login through a magic link.

Describe the solution you'd like
For now, a non-encrypted "username" and "password" parameter may be provided as GET parameters which get cleared when opening it.

Describe alternatives you've considered
A magic link generated and written in the database could be used as well but would mean a bit more work to get done.

Additional context
We could use that to simplify the onboarding-process.