-
Can you provide a quick migration guide from
-
https://github.com/ueberauth/guardian/blob/708f924806995c749c6c27c3c93dab76fc212bde/lib/guardian/permissions/bitwise.ex#L371 for some reason that line is not actually doing what we expect and the com…
-
Does anyone know if `guardian 1.0.0-beta` has any breaking changes that would require updating `guardian_db` to be compatible?
I was going to fork the project and see if I could get the current rel…
-
Just started using Guardian and am facing this issue when attempting to revoke a token.
It says the issue is [in this line](https://github.com/ueberauth/guardian/blob/master/lib/guardian.ex#L664).
…
-
I still see the expired tokens in the database after they had expired, I expect them to be erased automatically after expiration. Any idea what to look for and check? Thank you.
-
I tried implementing the module as part of an overall Ueberauth, Guardian & Canary implementation. But I was getting an error on the callback indicating:
`nil given for :uid. Comparison with nil is…
-
I can't find good place to put the link into Readme, but I think it should be there: https://github.com/ueberauth/ueberauth_example
-
In my `config/config.exs`:
```elixir
config :guardian_db, GuardianDb,
repo: CommunitiesOfHope.Repo,
schema_name: "user_tokens",
```
And my migration:
```elixir
defmodule CommunitiesO…
-
Hi,
Can you give me guidances to create a strategy following this principal: [passwordless auth](https://www.sitepoint.com/passwordless-authentication-works/)
[Medium.com](https://medium.com/) is …
-
Hey all, thanks for the great work on üeberauth! Had an idea and wanted to run it by you all, especially @doomspork @hassox and @scrogson.
### Background
I've been building an application that u…