start new:
tmux
start new with session name:
tmux new -s myname
| /* rewritten example of JsonWebToken example | |
| * from https://gist.github.com/thealexcons/4ecc09d50e6b9b3ff4e2408e910beb22 | |
| * Keys are generated and packed to PEM-format at server start | |
| * Plus some fixes and refactors | |
| * | |
| * My respect to thealexcons | |
| */ | |
| package main | |
| import ( |