This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Commit bfbe8de
authored
fix(oauth): add
* Add `post_logout_redirect_uri` to OAuth logout redirect URI
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
* Update OAuth2 configuration documentation
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
---------
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>post_logout_redirect_uri to OAuth logout redirect URI (#638)1 parent d5cd300 commit bfbe8de
File tree
2 files changed
+4
-1
lines changed- backend/src/auth
- docs/docs/setup
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments