Go JWT Authentication Example - Golang

A video covering a very simple way of implementing JWT Authentication in a REST API using Go (golang). Generate RSA signing files via shell: $ openssl genrsa -out 1024 $ openssl rsa -in -pubout GREATER_THAN (Replace the GREATER_THAN with the actual symbol, it does not let me write it in the description) Look at the code: Twitter: @digerati_online / @thealexcons
Back to Top