mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
jwt: Add JWT support for minio server.
Please read JWT.md before using this feature.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
|
||||
//
|
||||
// See README.md for more info.
|
||||
package jwt
|
||||
Reference in New Issue
Block a user