Use secret_key_base as token_signing_secret
I have the following code in
Is there a way to use the
lib/example/accounts/user.ex:Is there a way to use the
secret_key_base which is already set in the Phoenix Application config instead of System.fetch_env("TOKEN_SIGNING_SECRET")?