You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is using dex to manage local users and passwords a good use case (vs connecting to other providers like Google)? If so, how do people typically implement a web UI for this? I can see two options:
Web UI <--- gRPC ---> dex server
Web UI <--- REST ----> backend <---- gPRC ----> dex server
Curious how this is typically done. I don't have any experience implementing gRPC in a web frontend -- is this possible, a good idea or should another backend be used to bridge gRPC to web frontend, etc?
Another option would be to fork dex to implement all this in the web UI it already has for login.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is using dex to manage local users and passwords a good use case (vs connecting to other providers like Google)? If so, how do people typically implement a web UI for this? I can see two options:
Web UI <--- gRPC ---> dex server
Web UI <--- REST ----> backend <---- gPRC ----> dex server
Curious how this is typically done. I don't have any experience implementing gRPC in a web frontend -- is this possible, a good idea or should another backend be used to bridge gRPC to web frontend, etc?
Another option would be to fork dex to implement all this in the web UI it already has for login.
Beta Was this translation helpful? Give feedback.
All reactions