Releases: itsmanojb/ng-pkce-generator
Releases · itsmanojb/ng-pkce-generator
Version 1.0
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.