zekroTJA / pronote

A tool to manage your great and your stupid ideas.
http://pronote.app/
MIT License
1 stars 0 forks source link

Auth 0 Dev Keys #4

Open Skillkiller opened 1 month ago

Skillkiller commented 1 month ago

A warning is displayed on the login page for Auth0 that one or more connections are using development keys.

Screenshot 2024-08-04 at 23-20-37 Log in Pronote

Is this done on purpose because it is a test environment?

zekroTJA commented 1 month ago

Yeah, that's because the Google Connection still uses Auth0's keys instead of a custom created OAuth2 app like with the GitHub connection.

I wanted to go through creating an OAuth2 App on Google for that, but it includes a reviewing process which I was too lazy to do that right now. I'll probably switch the keys when I find the time and motivation to create a review for the app, but for now, I would leave it as is, because some people already singed in with google which would render their accounts unusable when I would remove the login option.