-
I have found 2.
https://github.com/scrogson/oauth2
https://github.com/ueberauth/ueberauth
oauth2 has coverage badge, more contributes + releases.. Will dig in a bit more but thought I would ask…
-
I'm currently trying to update ueberauth_apple to use ueberauth 0.7 and add csrf protection, but I'm running into a problem, because Apple uses a javascript when performing the POST request to the cal…
-
### Steps to Reproduce
Set as the example. Phoenix 1.13
### Expected Result
The identity_callback uses an undefined function "validate_password".
### Actual Result
def identity_callback(%{assigns…
-
I've assumed that setting secret_key was something that you would want to be secret and so am using the "12 Factor" style for pulling in that value to the config at runtime instead of committing a har…
-
In `0.6.3` we used to be able to mock out the `Ueberauth.Strategy` (with `Mox` or otherwise), but in `0.8.0` we cannot because there is no way to mock out the `default_options/0` function.
Are ther…
-
Guardian v1.1.1 (haven't tried previous versions yet)
I keep getting `{:error, :secret_not_found}` when attempting to encode and sign a token.
My example project is here: https://github.com/Alex…
-
Authentication callback fails with CSFR error.
```
%Ueberauth.Failure.Error{message: "Cross-Site Request Forgery attack", message_key: :csrf_attack}
```
-
This had been working flawlessly for about 6 months, but after logging out, I keep getting the following error when trying to log back in:
```
%Ueberauth.Failure{
errors: [
%Ueberauth.Fail…
-
**Version:** 2.0.0
According to [the OAuth spec (Section 4.1.4)](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4), the "Accept" header should be "application/json" when requesting a tok…
-
Hi, Dear maintainer and Contributor,
I have a controller function named login which uses protocol to be modular, hence I need to run Ueberauth plug directly, but I do not know how
Please see my c…