You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Add @id as an optional property to all POST, PUT and PATCH schemas.
15
16
jsonld_update_schema: false
17
+
# NOT IMPLEMENTED YET
16
18
simple_normalizer:
17
19
enabled: false
18
20
jwt_refresh:
19
21
enabled: false
20
22
auto_refresh_cookie: false
21
23
auto_refresh_header: false
24
+
user_aware: false
22
25
ignored_routes: []
23
26
ignored_paths: []
24
27
allowed_firewalls: []
@@ -41,6 +44,8 @@ Enable features by setting the corresponding flag to true.
41
44
42
45
If both auto-refresh flags are `false`, behavior is effectively the same as feature disabled.
43
46
47
+
`user_aware`defaults to `false`. When enabled, refresh token handling validates that the selected user provider supports the user class stored on the refresh token.
48
+
44
49
### Related bundle config
45
50
46
51
JWT/refresh token names and header prefix are taken from Lexik/Gesdinet config (with bundle defaults):
@@ -52,6 +57,29 @@ JWT/refresh token names and header prefix are taken from Lexik/Gesdinet config (
52
57
53
58
When Lexik extractor parameters are not exposed as container parameters, values are read from Lexik extractor service definition arguments.
54
59
60
+
### Refresh token entity
61
+
62
+
When using custom refresh token entities, extend the bundle entity:
0 commit comments