This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use uuid as a default payload for jwt (#2)
* chore: gin-jwt/v2 only support gin v1.5.0 or below (appleboy#238) * udpate to gin 1.6.2 (appleboy#239) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * Fix documentation description of functions (appleboy#241) * fixed readme descriptions * fixed readme descriptions. * chore: upgrade golang to 1.14 build * chore: upgrade dependency * Fix typo in README: Faliures -> Failures (appleboy#244) * chore: upgrade gin to v1.6.3 * implements CookieMaxAge value (appleboy#245) * docs: update comments of SigningAlgorithm field (appleboy#246) * calculate cookie max-age using TimeFunc (appleboy#249) * claim uuid for login and refresh * go module * fixes Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: karimabedrabbo <karimnabedrabbo@gmail.com> Co-authored-by: Andy Grunwald <andygrunwald@gmail.com> Co-authored-by: skromez <42495435+skromez@users.noreply.github.com> Co-authored-by: Jesús Rodríguez Pérez <jesusnoseq@hotmail.com> Co-authored-by: Jorrit Salverda <JorritSalverda@users.noreply.github.com>
- Loading branch information