Registry / auth / nirasan-go-oauth-pkce-code-verifier

nirasan-go-oauth-pkce-code-verifier

JSON →
library0.0.0-20220510032225-4f9f17eaec4cgogounverified

A Go library for generating and verifying PKCE code verifiers and challenges for OAuth 2.0.

go get github.com/nirasan/go-oauth-pkce-code-verifier
INSTALL
IMPORT
SIG · NIRASAN-GO-OAUTH-P
N
nirasan-go-oauth-pkce-code-verifier
authgov0.0.0-20220510032225-4f9f17eaec4c
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pkce
github.com/nirasan/go-oauth-pkce-code-verifier

Generate a PKCE code verifier and its S256 challenge.

package main import ( "fmt" "github.com/nirasan/go-oauth-pkce-code-verifier" ) func main() { verifier, _ := pkce.CreateCodeVerifier() challenge := verifier.CodeChallengeS256() fmt.Println(challenge) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220510032225-4f9f17eaec4clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
nirasan-go-oauth-pkce-code-verifier — go get nirasan-go-oauth-pkce-code-verifier · libregistry