mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 13:17:38 +03:00
util.jwt: Fixup argument and type order
This commit is contained in:
parent
c425da3c6a
commit
7623bc24de
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ local record jwtlib
|
|||
algorithm : algorithm_t
|
||||
}
|
||||
-- Deprecated
|
||||
sign : function (string : key, payload) : string
|
||||
sign : function (private_key : string, payload) : string
|
||||
verify : function (string) : payload
|
||||
end
|
||||
return jwtlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue