discourse/lib/auth
Sam f4f5524190 FEATURE: user API now contains scopes so permission is granular
previously we supported blanket read and write for user API, this
change amends it so we can define more limited scopes. A scope only
covers a few routes. You can not grant access to part of the site and
leave a large amount of the information hidden to API consumer.
2016-10-14 16:05:42 +11:00
..
authenticator.rb Typo fix 2013-09-24 18:47:57 +05:30
current_user_provider.rb FEATURE: refresh session cookie at most once an hour 2016-07-25 12:07:31 +10:00
default_current_user_provider.rb FEATURE: user API now contains scopes so permission is granular 2016-10-14 16:05:42 +11:00
facebook_authenticator.rb FIX: stop asking for bio from facebook, it is deprecated 2016-10-11 10:56:07 +11:00
github_authenticator.rb Add support for email whitelist/blacklist to GitHub auth 2016-09-22 11:31:10 -07:00
google_oauth2_authenticator.rb FIX: skip jwt encoding for auth 2016-02-05 08:48:16 +11:00
instagram_authenticator.rb Update instagram_authenticator.rb 2016-02-26 11:37:48 +10:00
oauth2_authenticator.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
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 Ability to skip email validation via a plugin 2016-09-07 14:05:46 -04:00
twitter_authenticator.rb pull avatar, bio & location from Twitter 2016-10-13 10:49:51 +02:00