Replies: 3 comments 1 reply
-
Also do I need to self-host to access roles, I can't click on the lock icon.. |
Beta Was this translation helpful? Give feedback.
-
Hail, @dRAT3 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
If you build a desktop app, you should create a "Public" app, where the client secret is not needed (we can't assume it's safe since you ship the code to the user). In this case, PKCE is required for extra security: https://docs.fief.dev/going-further/pkce/ The Python SDK has functions to help you work with PKCE: https://fief-dev.github.io/fief-python/fief_client/pkce.html If you need inspiration, you can probably have a look at our Python CLI integration: https://github.com/fief-dev/fief-python/blob/main/fief_client/integrations/cli.py |
Beta Was this translation helpful? Give feedback.
-
I need to know how to use the login in a pyqt app, can I just set the client to Public and hardcode the CLIENT_SECRET and CLIENT_ID in the qt app? Also I want to show only a login not that first screen with the id and secret.
Beta Was this translation helpful? Give feedback.
All reactions