Releases: BurtonTechnical/RAnLab-api
Fixing the secrets used in the build
Build now pulls secrets in as environment variables.
Fixing deploy command
Missed a line continuation in the previous release.
Fixing up the management client id
Management client id & secret are now in the configuration.
Second Edit Requests Alpha
Adding edit requests to the server.
First Edit Requests Release
Limited functionality for edit requests, with the rest still tbd. Uploading and releasing to allow Lesley to do some work on Saturday.
Temporarily disabling auth0
Same as previous, just fixing syntax errors that caused the GCP build/deploy action to fail.
Temporarily disabling auth0
We need to figure out how to support the interaction mode that we're using for auth0, as the token coming through from the front end is an opaque one (or possibly a management api token). In the meantime, to make the integration path easier, I'm disabling auth0.
Auth0 Alpha 2
Alpha 2 for auth0
- 'userId' custom claim replaced with the default 'sub' claim (splitting on | to make routes cleaner)
- claims namespace changed to 'https://lesleychard'
- changes on the tenant to the rules for setting up the 'admin' custom claim.
Auth0 Alpha 1
This isn't actually the first release with Auth0, but it's the first one focused on making sure Auth0 is set up correctly.
Cors Alpha 4
Fixing the CORS allowed origins a bit