chore: License under GPL-3.0-or-later
This commit is contained in:
parent
29dfb6826f
commit
89af12444a
4 changed files with 708 additions and 0 deletions
|
|
@ -1,7 +1,11 @@
|
|||
[package]
|
||||
name = "alcoholic_jwt"
|
||||
description = "Library for validation of RS256 JWTs"
|
||||
version = "0.1.0"
|
||||
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
||||
keywords = ["jwt", "token", "jwks"]
|
||||
categories = ["authentication"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue