Releases: primait/localauth0
Releases · primait/localauth0
0.8.1
Fixed
- Chrome ERR_SSL_KEY_USAGE_INCOMPATIBLE due to the key usage not being configured.
Commits
0.8.0
- Improve documentation about how to configure Localauth0 in docker.
- Add new API routes to:
- Get/set custom claims in JWT. The route is available at
/oauth/token/custom_claims
. - Get/set user info properties (w custom fields). The route is available at
/oauth/token/user_info
.
- Get/set custom claims in JWT. The route is available at
Commits
- Preparing 0.8.0 (#92) by Simone Cottini
- [PLATFORM-2221]: Custom claims API (#91) by Simone Cottini
- [PLATFORM-2199]: Better documentation for localauth0 configuration (#90) by Simone Cottini
- Bump openssl from 0.10.64 to 0.10.66 in the cargo group (#88) by dependabot[bot]
0.7.2
Changed
- Removed
prima_rs_logger
in favour oftracing
Commits
- bump for release (#86) by Cristiano Piemontese
- [PLATFORM-1835]: Retire prima_rs_logger (#85) by Cristiano Piemontese
- Bump h2 from 0.3.24 to 0.3.26 (#84) by dependabot[bot]
0.7.1
Added
healthcheck
subcommand to preform a healthcheck on the running localauth0 instance
Commits
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
0.6.2
Note: images temporairly use the public.ecr.aws/c6i9l4r6/localauth0 registry.
Added
- Native arm64 containers
Chanaged
- Container size greatly reduced, going from over 300MiB to just a little over 5
Commits
- Prepare release (#68) by MaeIsBad
- [PLATFORM-1335]: Build for ARM (#67) by MaeIsBad
- [PLATFORM-1213]: Release cleanup (#66) by MaeIsBad
- [PLATFORM-1213]: Migrate CI to GHA (#65) by MaeIsBad
- Push to the new registry (#64) by MaeIsBad
0.6.1
Changed
- No longer using pyxis as css library; using bulma instead.
Commits
- v0.6.1 (#63) by Simone Cottini
- Preparing release (#62) by Simone Cottini
- [PLATFORM-1237]: Minimize oci image size (#61) by Simone Cottini
- Update yew 0.21 & router to 0.18 (#60) by Simone Cottini
- [PLATFORM-1322]: Replace pyxis with another css lib (#59) by Simone Cottini
- Use correct binaries in the dockerfile (#58) by MaeIsBad
- Use path context for build and push (#57) by MaeIsBad
- Fix aws region (#56) by MaeIsBad
- Use the correct version of the aws credentials workflow (#55) by MaeIsBad
- Set ecr registry type to public (#54) by MaeIsBad
- Allow manual trigger on the CD workflow (#53) by MaeIsBad
0.6.0
Added
- A /.well-known/openid-configuration making it easier to use localauth0 as a generic openid server
Commits
- Grant id token permissions to the cd workflow (#52) by MaeIsBad
- Hardcode aws account id (#51) by MaeIsBad
- Prepare release (#50) by MaeIsBad
- Bump tokio from 1.18.2 to 1.18.5 in /web (#40) by dependabot[bot]
- Bump tokio from 1.18.1 to 1.20.5 (#47) by dependabot[bot]
- Bump openssl from 0.10.39 to 0.10.55 (#43) by dependabot[bot]
- Bump h2 from 0.3.13 to 0.3.21 (#46) by dependabot[bot]
- Bump bumpalo from 3.9.1 to 3.13.0 in /web (#48) by dependabot[bot]
- Bump bumpalo from 3.9.1 to 3.13.0 (#49) by dependabot[bot]
- [PLATFORM-1195]: rfc8414 compliance (#44) by MaeIsBad
- [PLATFORM-1213]: Migrate CI to GHA (#45) by MaeIsBad
- add missing user info fields (#34) by Luca Iachini
0.5.0
- Add sub field to userinfo by @luca-iachini in #31
- Add support for https by @enerdgumen in #30
0.4.1
- v0.4.1; update changelog (#29) by Simone Cottini
- Customize access token (#24) by Riccardo Di Benedetto
- Replace .drone.yml file with one generated from umami (#28) by MaeIsBad
- Revert "Regen drone.yml" by Fabio Todaro
- Regen drone.yml by Fabio Todaro
- Add x5c to token (#25) by Patrick Luca Fazzi
- [PLATFORM-692]: Improve localauth0 CI (#26) by MaeIsBad