ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Login UI: Authentication using web browser #137

Closed iLLiCiTiT closed 1 month ago

iLLiCiTiT commented 1 month ago

Changelog Description

Added option to login using web browser to AYON server.

Additional info

Added a button that allows to open AYON server in web browser and create token without need to fill credentials in AYON launcher. This also allows to log into AYON launcher for users that are using SSO login.

The feature requires this PR https://github.com/ynput/ayon-frontend/pull/696 (should be in latest dev image).

Screenshot

image image image

Testing notes:

  1. Start ayon launcher using ./ayon --ayon-login.
  2. That should show up login UI that would give option to login using AYON web.
  3. If you click it, it should open AYON server in webbrowser where you have to confirm the authentication.
ynbot commented 1 month ago

Task linked: AY-6247 Launcher authentication using server