I'm an authenticated user that has been issued a jwt. Everything works fine.
The production application's docker image is rebuilt, redeployed, and the phoenix server is restarted.
My jwt token issued before the rebuild is no longer valid.
I'm having trouble finding what would be causing this. Looks like the secret key used in config.exsguardian config will always be the same across builds.
Sorry for not replying to this. This was an issue with our client application not sending correct authentication data. This was not an issue with Guardian or Elixir.
I'm having trouble finding what would be causing this. Looks like the secret key used in
config.exs
guardian config will always be the same across builds.Any help is appreciated!
Also, thanks for the incredible library!