Commit Graph

42 Commits

Author SHA1 Message Date
David Taylor 72d655bc44
UX: Update copy for site settings 2020-04-09 11:40:45 +01:00
Neil Lalonde 879dca616d Update translations 2020-02-25 10:33:50 -05:00
Neil Lalonde 0bf0cd46d3 Update translations 2020-01-20 11:22:14 -05:00
Neil Lalonde 8a36ac21c9 Update translations 2019-12-19 12:51:15 -05:00
Neil Lalonde 0206827e30 Update translations 2019-11-06 10:47:00 -05:00
David Taylor 8d9945040c
UX: Update copy for email_verified_path setting 2019-11-06 13:08:27 +00:00
Neil Lalonde 2079d46a4a Update translations 2019-10-10 11:26:23 -04:00
Angus McLeod 5ae9f35e81 FEATURE: Migrate to ManagedAuthenticator (#21)
This brings the plugin in-line with recent core improvements. Advantages include

- Account-linking logic and storage is shared between all authentication providers
- Optionally, users can be allowed to disconnect/reconnect their accounts
- The 'last used' date of an association is recorded
- Association metadata is recorded in the database for use in data explorer and other plugins

Data migration will be performed automatically, and all existing functionality is maintained.
2019-07-27 16:34:17 +01:00
Neil Lalonde 4c833e83c5 Update translations 2019-07-15 14:02:20 -04:00
Angus McLeod eb31cdf44f Handle fetch user details failure (#20)
* handle failure in get_user_details request

* add spec

* improve spec

* return nil on failure
2019-07-11 10:31:51 -04:00
Yaron Shahrabani c543110334 Typo fixed (#19)
verfied -> verified.
2019-07-07 10:05:42 -04:00
Angus McLeod a634ff896d Use token callback user details (#18)
* Add way to use user details returned in token response

* Add spec

* Apply suggestions from code review

Co-Authored-By: Robin Ward <robin.ward@gmail.com>
2019-07-05 10:27:07 -04:00
Angus McLeod ef5b3ee1ff FEATURE: Allow provider to set email verification state (#17) 2019-06-26 11:03:52 +01:00
Neil Lalonde e6bf026293 Update translations 2019-06-17 13:58:00 -04:00
Neil Lalonde fe9bd20582 Update translations 2019-05-30 11:32:18 -04:00
Neil Lalonde dcb9e31b7d Update translations 2019-04-05 10:16:17 -04:00
David Taylor 722fe23b4e FEATURE: Add site setting to override user email address during login 2019-03-26 20:38:46 +00:00
Neil Lalonde f327bf7f32 Update translations 2019-01-31 16:44:30 -05:00
David Taylor 65339a2018
FIX: Add name key to translation file 2019-01-29 20:03:49 +00:00
Neil Lalonde 4f675957da Update translations 2018-11-29 11:09:19 -05:00
Neil Lalonde 79485fe6ac Update translations 2018-08-23 09:49:34 -04:00
Nick Shearer 0381f91bbe Add site setting to allow full screen login 2018-07-26 10:42:51 -05:00
Neil Lalonde b588b32bc9 Update translations 2018-05-31 15:32:02 -04:00
Blake Erickson 04ef6494de Add support for scope and add some missing translations
See this post on meta about the need for the ability to request a custom
scope:

https://meta.discourse.org/t/oauth2-basic-support/33879/116?u=blake
2018-05-25 15:35:52 -06:00
misaka4e21 f603604caa
FEATURE: Support avatar retrieval. 2018-05-25 14:34:50 +08:00
Robin Ward 6260d0e9b0 FIX: Default used to be POST 2018-04-25 13:22:06 -04:00
Neil Lalonde f8333961e4 Update translations 2018-04-24 10:32:46 -04:00
David Mejorado 287dcc15cc Add request methods for token and user_json urls
Defaults to `GET`.

Context:

https://meta.discourse.org/t/oauth2-basic-support/33879/66?u=davidmh
2018-04-20 15:58:24 -07:00
Neil Lalonde 71d3648c95 Update translations 2018-03-07 14:19:18 -05:00
Neil Lalonde 0de638523b Update translations 2018-01-31 11:14:54 -05:00
Neil Lalonde 41a5d0a32e Update translations 2017-12-29 16:41:40 -05:00
Neil Lalonde e4bbb81793 Transifex integration 2017-12-08 15:21:07 -05:00
Robin Ward 4996165a84 SECURITY: Always validate `state` parameter 2017-05-17 15:24:43 -04:00
Robin Ward e2e999014f Add temporary parameter to ignore state with oauth2 basic 2017-05-08 10:53:46 -04:00
Sam 104d79d77e note on replacements 2016-05-27 18:03:10 +10:00
Sam e8b2307acd Add setting for authorize options 2016-05-25 17:46:06 +10:00
Sam 870361be98 add option for debugging of auth 2016-05-25 15:44:18 +10:00
Robin Ward 7584d84986 Add option for setting Authorization header 2015-12-04 10:59:57 -05:00
Robin Ward fcc4b415a4 FIX: Broken translation key 2015-11-13 12:01:12 -05:00
Robin Ward fc46c60a81 Add `Authorization` header support. 2015-10-01 15:34:30 -04:00
Robin Ward 9d89fa1214 FIX: Extra comma 2015-09-29 12:23:49 -04:00
Robin Ward 42cd312d07 Initial stab at basic OAuth2 2015-09-24 16:44:39 -04:00