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
Example : pass authentication information to the service
Possibly even for the already-authenticated requests, a middleware could extract the information about the user and put it into a task local value, making it easy to access from the generated handlers. This pattern is shown in this example.
Middleware : https://swiftpackageindex.com/apple/swift-openapi-runtime/1.0.0/documentation/openapiruntime/servermiddleware
Example : pass authentication information to the service
The text was updated successfully, but these errors were encountered: