File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ google-chrome "${signed_link}"
167
167
| / | | web application static files |
168
168
| /auth/jwt/set | | endpoint for setting session JWT cookie |
169
169
| /login | ([ /web/public/login] ( /web/public/login ) ) | helper page that set the JWT token as a web borwser cookie |
170
- | /auth/login | flag -oauth-server-enable | login path to start OAuth2 authentication process |
171
- | /auth/callback | flag -oauth-server-enable | OAuth2 authentication callback endpoint |
172
- | /auth/jwt/request | flag -jwt-request-enable | endpoint for generating JWT access keys |
170
+ | /auth/login | flag ` -oauth-server-enable ` | login path to start OAuth2 authentication process |
171
+ | /auth/callback | flag ` -oauth-server-enable ` | OAuth2 authentication callback endpoint |
172
+ | /auth/jwt/request | flag ` -jwt-request-enable ` | endpoint for generating JWT access keys |
173
173
174
174
## Supported JWT Claims
175
175
You can’t perform that action at this time.
0 commit comments