Skip to content

Commit

Permalink
Update security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5675sp committed Nov 22, 2024
1 parent 6cdaa7e commit a357d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To enable OpenID Connect, pass the following flags when starting the Wave server
- `-oidc-skip-login`: (Optional) Don't show the built-in login form during OIDC authorization. Instead, navigate directly to the identity provider's login form.
- `-oidc-auth-url-params`: (Optional) Additional URL parameters to pass during OIDC authorization.

Once authenticated, you can access user's authentication and authorization information from your app using `q.auth` (see the [Auth](api/server#h2o_wave_server_Auth) class for details):
Once authenticated, you can access user's authentication and authorization information from your app using `q.auth` (see the [Auth](/api/server#h2o_wave_server_Auth) class for details):
```py
from h2o_wave import Q, main, app
Expand Down

0 comments on commit a357d8d

Please sign in to comment.