1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 05:55:57 +00:00

last touch

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-06 11:36:57 +02:00
parent d562f09531
commit f049c51336
2 changed files with 22 additions and 21 deletions

View File

@@ -119,7 +119,7 @@ var (
// Shortcuts for Signing and Verifying.
var (
VerifyToken = jwt.Verify
Verify = jwt.Verify
VerifyEncryptedToken = jwt.VerifyEncrypted
Sign = jwt.Sign
SignEncrypted = jwt.SignEncrypted