-
Is any feature in the works already to handle refreshing expired access tokens via the refresh token automatically?
-
I'm using JWT in Laravel 7 It's config file is
```
-
### Description
Maui's WebAuthenticator only supports "Implicit grant" OAuth flows which are generally no longer recommended: https://www.rfc-editor.org/rfc/rfc8252#section-8.2
The most secure,…
-
In order to comply with https://web.nvd.nist.gov/view/800-53/Rev4/control?controlName=AC-10, we would like to be able to control the maximum number of active tokens per user per client, such that old …
-
### Description
Currently, the keycloak-js client requires both a token and a refresh token to be provided for initialization. However, there are scenarios where someone may have only a token without…
-
Thanks for this code sample, does this package deal with expired access tokens, and the received refresh token in general?
-
```python
Traceback (most recent call last):
File "C:\Development\Python\Python3.10.6\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Development\Python\Python3.10.6\…
-
Hi Eike,
not really an issue, more a question. I read your two part blog on the directus site and you mention in part one that it is better to use the sdk over sveltekit's fetch. But then in part two…
-
Storing the Spotify access and refresh token is really unsafe. It should be safer to store it on cookies using a JWT or something of that sort. It's a really easy fix too. I can work on this if needed…
-
### Is your feature request related to a problem? Please describe.
Hi all. Our task is to implement authorization using service account tokens https://blogs.vmware.com/cloudprovider/2022/07/cloud-dir…