Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
golang-github-dgrijalva-jwt-go
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Go Packaging Team
packages
golang-github-dgrijalva-jwt-go
Commits
a95c191b
Commit
a95c191b
authored
Jun 16, 2014
by
Dave Grijalva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation
parent
61747119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
jwt.go
jwt.go
+2
-1
No files found.
jwt.go
View file @
a95c191b
...
...
@@ -20,7 +20,8 @@ var TimeFunc = time.Now
// Header of the token (such as `kid`) to identify which key to use.
type
Keyfunc
func
(
*
Token
)
([]
byte
,
error
)
// A JWT Token
// A JWT Token. Different fields will be used depending on whether you're
// creating or parsing/verifying a token.
type
Token
struct
{
Raw
string
// The raw token. Populated when you Parse a token
Method
SigningMethod
// The signing method used or to be used
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment