How should we handle login of deployed services? #54
jonasstrehle
started this conversation in
General
Replies: 3 comments
-
I'm not sure if we want to use GitHub actions for this, it's just not a good enough general solution for UIX apps. We don't want to take care of GitHub account login and APIs. I think the process should be something like that:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
moved this discussion to https://github.com/unyt-org/uix, because it is mainly a UIX issue. unyt auth just implements the necessary interfaces. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's think about how a deployed service can authenticate in Supranet.
We're going to solve the issue of loosing keys due to unpersistent docker containers and in favour of portability by using the unyt Auth service to store our keys for deployed apps. If the app looses keys we need an option to login again by using password and 2FA.
Beta Was this translation helpful? Give feedback.
All reactions