I have a trusted 3rd party that provides me an external ID that maps to my users. What I want to do is have that request create a client that is a specific user. The reason is so it still respects all the database rules instead of running the request with API keys. Is this possible?.
I can sign new JWTs but i'd rather have my appwrite signing key in one place (on my appwrite server)
Server SDK can't create sessions at the moment. I'm pretty sure there's an issue somewhere requesting this type of impersonation feature
Do you know if thats a technical or a security issue?
Technical.
Sort of security because that allows any developer/admin to impersonate a user
Makes sense. It would be cool to have the option exposed via an API key permission but Its kind of a weird case. Thanks 👍
even i want to create sessions for my users
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something