-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Session token without expiry date #2700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe revocable session tokens don't expire automatically by default. If there something you notice that doesn't work? |
Thanks for the response @flovilmart |
Uhm what would be that period? the database's session tokens get flushed? that's very very odd. |
The period is not the same, so I can't give you a precise answer. |
How do you create those restricted session tokens. I've never used them myself. |
To get a Restricted Session Token you need a working token. For example I create new tokens from my mobile app when I configure new embedded devices. The resource where I found how to do it: Here is my code in Swift:
Here is my code in Python:
|
I use Restricted Session Token on embedded devices and I'd like to remove the expiry date, because I don't want those devices lose the access to the database.
Is it possible?
The text was updated successfully, but these errors were encountered: