This is pretty a simple implementation, you generate a Code Verifier and then a Code Challenge is generated from that.
To not make thing complex, the fact that Math.random()
is not cryptographically secure, has not been considered here.
This is pretty a simple implementation, you generate a Code Verifier and then a Code Challenge is generated from that.
To not make thing complex, the fact that Math.random()
is not cryptographically secure, has not been considered here.