Skip to content
Discussion options

You must be logged in to vote

Regarding the cache mechanism, that's indeed the ideal/most correct setup. We support webhooks by the way: https://docs.fief.dev/api/webhooks/guide/

That said, I would recommend you to start simple and maybe have just a simple cache with expiration.


  1. You can create new user fields using the admin dashboard or the Admin API (which doesn't have client, but it's quite straightforward to use it with a lib like HTTPX or requests): https://docs.fief.dev/api/

You can however update the values for an authenticated user with the client: https://fief-dev.github.io/fief-python/fief_client.html#Fief.update_profile


  1. Exactly! That's the point of two FastAPI examples (pure API approach vs Web page ap…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ocontant
Comment options

@frankie567
Comment options

@ocontant
Comment options

@frankie567
Comment options

Answer selected by ocontant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants