This website requires JavaScript.
Explore
Help
Sign In
osr-plastic
/
osr-discourse-src
Archived
Watch
1
Star
0
Fork
0
You've already forked osr-discourse-src
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-03-18
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
e54b5dadab9fa637d7e6a71c142fc97c0c9fda0c
osr-discourse-src
/
lib
/
auth
T
History
David Taylor
f637bf1b58
DEV: Deprecate
message
parameter in auth provider plugin API (
#12523
)
...
This has been unused since
d2bceff133
2021-03-25 13:23:48 +00:00
..
auth_provider.rb
DEV: Deprecate
message
parameter in auth provider plugin API (
#12523
)
2021-03-25 13:23:48 +00:00
authenticator.rb
…
current_user_provider.rb
…
default_current_user_provider.rb
REFACTOR: Introduce RouteMatcher class
2020-10-19 10:40:55 +01:00
discord_authenticator.rb
…
facebook_authenticator.rb
…
github_authenticator.rb
DEV: Migrate Github authentication to ManagedAuthenticator (
#11170
)
2020-11-10 10:09:15 +00:00
google_oauth2_authenticator.rb
FIX: Avoid clock skew issues when logging in with Google (
#11442
)
2020-12-09 09:09:31 +00:00
managed_authenticator.rb
FIX: Handle empty email address from authentication provider (
#12046
)
2021-02-11 16:26:43 +00:00
oauth2_authenticator.rb
…
result.rb
DEV: Avoid duplicating method attributes in
Auth::Result
.
2021-02-26 10:20:31 +08:00
twitter_authenticator.rb
…