File: doc.go

package info (click to toggle)
golang-github-form3tech-oss-jwt-go 3.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: makefile: 5
file content (7 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
// Utility package for extracting JWT tokens from
// HTTP requests.
//
// The main function is ParseFromRequest and it's WithClaims variant.
// See examples for how to use the various Extractor implementations
// or roll your own.
package request