elixir-keycloak icon indicating copy to clipboard operation
elixir-keycloak copied to clipboard

Keycloak authentication library for the elixir language

Results 5 elixir-keycloak issues
Sort by recently updated
recently updated
newest added

Would it be possible to get some more examples in docs on how to implement ROLES within Phoenix project. How would you check if someone has "admin, manager, editor, reader,...

I configured my :keycloak like: config :keycloak, realm: "Test", site: "http://localhot:8081", client_id: "api1", client_secret: "client_secret" and my Plug like: config :keycloak, Keycloak.Plug.VerifyToken, hmac: "RSA256" But when I send any request,...

In the admin requests the line `opts = Keyword.update(opts, :params, params, &Keyword.merge/2)` is just borken, as the update does not accept functions with 2 parameters. But in general I dont...

Hi I want to use your libary but I need it to be up to date :D. So I updated the opt field and also the deprecated config. I am...

`ecto`, `phoenix` and others seems to prefer `Jason` over `Poison`. Multiple libraries should not provide the same functionality. Provide a way for user to select the JSON library to use.