-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathChanges
More file actions
23 lines (18 loc) · 812 Bytes
/
Changes
File metadata and controls
23 lines (18 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for RT-Authen-OAuth
0.14 2025-08-18
- Make it work with RT 6.0(thanks to Rob Lister!)
- Support checking/syncing groups for providers returning group membership(thanks to Rob Lister!)
- Fix broken image link if no LoginPageButton defined(thanks to Rob Lister!)
- Use a sane default for OAuthRedirect(thanks to Andrew Ruthven!)
- Add sample config for Authentik(Thanks to Andrew Ruthven!)
- Tweak document(Thanks to Andrew Ruthven!)
0.13 2025-02-11
- Support result key in the response of protected_resource
- Add more debug info
0.12 2024-08-11
- Use Interface::Web::RequestENV to get the origin IP addresses(Thanks to Benoit Plessis and Mukund Sivaraman)
- Reposition Google login button
0.11 2019-03-21
- Fix image src for non-empty web path
0.10 2018-03-28
- Initial version