egomezbpedro / infra-quiz

A quiz game for IT wizzards
MIT License
1 stars 1 forks source link

IAP authentication #3

Open egomezbpedro opened 1 year ago

egomezbpedro commented 1 year ago

User authentication for signup and login via IAP

Test and implement user authentication based on the IAP request.

IAP request should contain valid user information such as the email and other possibly important data that could be used to register and login users without the need of a password mechanism.

egomezbpedro commented 1 year ago

This could probably need a different branch as it will break compatibility with user/passwd sign in methods