-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VATSIM SSO #11
Comments
This doesn't look to be a good idea, I tried today to implement it and I stumbled upon several issues mainly because the project uses Lumen which is stripped-down version of Laravel which is made for APIs rather than websites so it doesn't support sessions and user management out-of-the-box. So I think we need to take a decision here: Let me know your thoughts. |
Tech people are probably against this, but it sounds like the best idea to add key management to my.vatsim.net under the admin area for Subdivision Directors. We already have assigned permissions for all Subdivision Directors, meaning we would not have to maintain permissions on yet another system when staff change. |
Hi all,
|
@nharasym commented here https://discord.com/channels/775552633918062643/998691178591551513/1029925513831125033 that they are moving to Nginx Unit and by looking at discussions on the Discord server I understand the overall direction is to move away from PHP. |
Another suggestion if I were to rewrite would be to use TS with Express or Fastify I could contribute in this part |
VATSIM SSO should be added so that authenticated users can request a new API key.
The text was updated successfully, but these errors were encountered: