Skip to content

Releases: primait/localauth0

0.8.1

17 Oct 14:45
a80a173
Compare
Choose a tag to compare

Fixed

  • Chrome ERR_SSL_KEY_USAGE_INCOMPATIBLE due to the key usage not being configured.

Commits

  • add digitalSignature usage to the key (#96) by Reinaldo Souza
  • Update upload artifact (#95) by MaeIsBad
  • Documentation for custom claims+user info apis (#94) by Simone Cottini
  • Bump actions/download-artifact (#93) by dependabot[bot]

0.8.0

28 Aug 08:21
5f7c290
Compare
Choose a tag to compare
  • 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.

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

20 Jun 12:30
146d988
Compare
Choose a tag to compare

Changed

  • Removed prima_rs_logger in favour of tracing

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

11 Mar 11:29
bc86bd3
Compare
Choose a tag to compare

Added

  • healthcheck subcommand to preform a healthcheck on the running localauth0 instance

Commits

  • Fix release(again(again)) (#83) by MaeIsBad
  • Fix release(again) (#82) by MaeIsBad
  • Fix release (#81) by MaeIsBad
  • [PLATFORM-1591]: Healthchecks (#80) by MaeIsBad
  • Bump mio from 0.8.2 to 0.8.11 (#77) by dependabot[bot]
  • Bump mio from 0.8.8 to 0.8.11 in /web (#78) by dependabot[bot]

0.7.0

22 Dec 09:45
8636688
Compare
Choose a tag to compare

Added

  • Load configuration from the LOCALAUTH0_CONFIG environment variable

  • Access tokens now contain a sub, iss, nbf, iat and jti 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

30 Oct 09:10
1ae0376
Compare
Choose a tag to compare

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

0.6.1

06 Oct 13:28
fad371e
Compare
Choose a tag to compare

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

22 Aug 14:03
d9be1f8
Compare
Choose a tag to compare

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

14 Oct 13:48
fb2ddfc
Compare
Choose a tag to compare

0.4.1

07 Oct 12:24
c30606d
Compare
Choose a tag to compare
  • 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