Results 2 issues of Vivek

I am trying to test whether a pattern is valid glob. How can we do that? E.g. "^register/?$" this should return false. I was trying to test like this but...

I was going through [custom login samples](https://github.com/okta/samples-golang/blob/develop/custom-login/main.go). We are using static state while implementing authorization-code flow, what’s the point of static state as it’s leaking into frontend? If I change...