auth0-golang-api-samples
auth0-golang-api-samples copied to clipboard
Auth0 Integration Samples for Go REST API Services
Run the test from [auth0-samples/api-quickstarts-tests ](https://github.com/auth0-samples/api-quickstarts-tests) in GitHub actions. Similar to what we have done in the Auth0 org this is done using a reusable workflow that (in theory) can...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0-samples/auth0-golang-api-samples/tree/master/01-Authorization-RS256#readme) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-golang-api-samples/issues) and have not found...
Update codeowner file with new GitHub team name
Semgrep is Okta's static application security testing tool. It was previously recommended to add Semgrep directly into CI/CD pipelines or workflows. However, the ProdSec team has enhanced the tooling, and...
Here is the PR that addresses the following issue: - https://github.com/auth0-samples/auth0-golang-api-samples/issues/67 CORS requests to the API were failing, so I added `WithValidateOnOptions(false)` to the JWT middleware configuration to resolve the...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0-samples/auth0-golang-api-samples/tree/master/01-Authorization-RS256#readme) and have not found a suitable solution or answer. - [x] I have searched the [issues](https://github.com/auth0-samples/auth0-golang-api-samples/issues) and have not found...
Bumps [github.com/auth0/go-jwt-middleware/v2](https://github.com/auth0/go-jwt-middleware) from 2.2.0 to 2.3.0. Release notes Sourced from github.com/auth0/go-jwt-middleware/v2's releases. v2.3.0 Added Bump Go version to 1.23 and update example dependencies #328 (developerkunal) GH-288 Add Support for WithSynchronousRefresh...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...