Content Deep Dive
Using JWT for Authentication in a Golang Application
Blog post from Vonage
Post Details
Company
Date Published
Author
Victor Steven
Word Count
4,655
Language
English
Hacker News Points
-
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("-",""))