Commit Graph

8 Commits

Author SHA1 Message Date
Joe Bain
ac73dab494 Added apple gamekit auth
Untested rn
2026-01-26 15:36:05 +00:00
bb070be37d first draft of nintendo auth 2025-11-12 22:28:56 +00:00
79cf7c9e9f steam auth working with web ticket api 2025-11-12 12:24:08 +00:00
4ce607a1e1 Added steam auth using encrypted application tickets
Not tested working though yet
2025-11-07 16:53:17 +00:00
6thfdwp
213801c4b1 auth: add adapter for Facebook accountkit login (#4434)
* Integrate auth adapter for Facebook accountkit login

* Also verify Facebook app id associated with account kit login

* Add appsecret_proof as extra graph request parameter

* Specific error message for Account kit and more test coverage

* One more test to cover when AppIds for Facebook account kit not configured properly
2018-02-23 07:37:55 -05:00
Florent Vilmart
4f46eceacf Fixes issue affecting the auth providers (#3211)
* Reproduces error for issue 3208

* Make sure we don't override a default adapter with the options when validation function are not provided
2016-12-08 08:54:06 -08:00
Arthur Cinader
ca286b7108 Enable prefer-const lint rule (#3202) 2016-12-07 18:17:05 -05:00
Florent Vilmart
c1dcaf1271 Auth Adapters refactoring (#3177)
* Moves all authentication providers to Adapter/Auth

* refactors specs

* Deprecates oauth option in favor of auth option

- Deprecates facebookAppIds option (in favor of auth.facebook.appIds)
- Adds warnings about the deprecated options

* nits
2016-12-06 14:09:43 -08:00