File: doc.go

package info (click to toggle)
golang-github-zitadel-oidc 3.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 1,484 kB
  • sloc: makefile: 5
file content (10 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/*
Package example contains some example of the various use of this library:

/api        example of an api / resource server implementation using token introspection
/app        web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/github     example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/service    demonstration of JWT Profile Authorization Grant
/server		examples of an OpenID Provider implementations (including dynamic) with some very basic
*/
package example