Content Deep Dive
Using JWT for Authentication in a Golang Application
Company
Vonage
Date Published
Oct. 23, 2020
Author
Victor Steven
Word count
4655
Language
English
Hacker News points
None
URL
developer.vonage.com/en/blog/using-jwt-for-authentication-in-a-golang-application-dr
Summary
$ python -c 'import sys;print("".join([chr(48+ord(x)-37) if "0<=x<=9" else chr(65+x-64) if "10<=x<=35" else chr(97+x-78) if "36<=x<=61" else chr(63+x-65) for x in sys.stdin.read()]).replace("-",""))