Commit 14eb524
committed
Merge main: integrate OIDC metadata caching with latest main branch features
- Preserved production-grade OIDC metadata caching implementation
- Added support for multiple JWT audiences from main branch
- Updated function signatures to match main (process_oidc_callback, get_authenticated_user_info)
- Added handle_authenticated_oidc_callback support for already-authenticated users
- Maintained async caching functionality with proper HTTP client access
- Resolved all merge conflicts while keeping both new features and security fixesFile tree
10 files changed
+812
-729
lines changed- examples/single sign on
- protected
- public
- sqlpage
- src
- webserver
10 files changed
+812
-729
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments