This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-10 05:14:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
lib
/
auth
History
Robin Ward
0b4c9005f9
FIX: Don't include
name
in hash when names are disabled.
...
This could break some SSO implementations due to honeypot not being triggered.
2015-10-29 12:19:45 -04:00
..
authenticator.rb
…
current_user_provider.rb
…
default_current_user_provider.rb
MessageBus handles readonly redis now, no need to wrap it
2015-05-04 12:21:00 +10:00
facebook_authenticator.rb
Facebook auth without an email should allow user to enter email
2014-12-08 12:43:06 +02:00
github_authenticator.rb
SECURITY: GitHub authenticator returning unverified emails
2014-09-03 12:53:22 +10:00
google_oauth2_authenticator.rb
Don't blow up if Redis switches to READONLY
2015-04-24 14:37:16 -04:00
oauth2_authenticator.rb
…
open_id_authenticator.rb
FEATURE: raise an exception when the email is missing in the OpenId callback
2014-08-07 19:28:50 +02:00
result.rb
FIX: Don't include
name
in hash when names are disabled.
2015-10-29 12:19:45 -04:00
twitter_authenticator.rb
…