0.7.0
Added
-
Load configuration from the
LOCALAUTH0_CONFIG
environment variable -
Access tokens now contain a
sub
,iss
,nbf
,iat
andjti
fields.You can check the jwt spec for the meaning of those fields
Changed
- Load configuration from
localauth0.toml
by default
Commits
- Prepare release (#76) by MaeIsBad
- [PLATFORM-1421]: Load configuration from environment variables (#74) by MaeIsBad
- [PLATFORM-1345]: Better registry url (#75) by MaeIsBad
- Bump openssl from 0.10.55 to 0.10.60 (#73) by dependabot[bot]
- [PLATFORM-1248]: Look into adding a "sub" field to the access token (#72) by Simone Cottini
- Fix web dist path (#71) by MaeIsBad
- Mark localauth0 binary executable in release containers (#70) by MaeIsBad
- Fix buildah push url (#69) by MaeIsBad