add enroll later and now

This commit is contained in:
2025-12-08 15:57:53 -03:00
parent 0600ad7da1
commit 1ff2634bc0
11 changed files with 537 additions and 320 deletions

View File

@@ -18,7 +18,7 @@ class User(BaseModel):
class AuthenticationMiddleware(BaseMiddlewareHandler):
"""This middleware extracts user authentication details from
the jwt_claim authorizer context and makes them available
the `jwt_claim` authorizer context and makes them available
in the application context.
"""