Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config/runtime): add issuer for guardian_config in :prod
without this config, guardian redis completely breaks and it is ~~impossible~~ very difficult to trace where the issue came from ``` ** (KeyError) key :wheres not found in: #Ecto.Changeset<action: nil, changes: %{claims: %{"aud" => "" ... ``` the telltale issue here being the `"aud" => ""` rather than `t0.aud == ^"EpochtalkServer" ` like you would see if debugging a working instance
- Loading branch information