samples-golang
samples-golang copied to clipboard
samples-golang
Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.26 to 1.2.29. Release notes Sourced from github.com/lestrrat-go/jwx's releases. v1.2.29 07 Mar 2024 [Security] [jwe] Added jwe.Settings(jwe.WithMaxDecompressBufferSize(int64)) to specify the maximum size of a decompressed JWE payload....
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
The code declares `nonce` as a global, but assigns this global in the login handler (per user) and reads it in `verifyToken`. This doesn't work if two separate users are...
The purpose of this PR is to move the global nonce variable to the session, addressing issue #88. This PR also includes the go.mod/sum files required to make it build.
Fixes the link for the user info API in the `okta-hosted-login` example
This pull request adds go mod files to the `okta-hosted-login` example so that these examples can be run per the instructions on newer versions of go. ``` ~/code/samples-golang/okta-hosted-login$ go get...
Is there any reason why https://github.com/okta/samples-golang/tree/master/okta-hosted-login does not have go.mod? It would be easier to run it.
Hi, the okta example below started breaking when using widget `version 6.8` or higher with the following error: `Nonce was not able to be validated`. Even when I set a...
I've tried running this on a couple different platforms and I have gotten the same error message, "The code was not returned or is not accessible" It looks like there...