okta / samples-golang

samples-golang
https://github.com/okta/samples-golang
Apache License 2.0
78 stars 35 forks source link

Move nonce to the session #128

Open zymsys opened 11 months ago

zymsys commented 11 months ago

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.