Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 220 Bytes

Auth Go

authentication and authorization system written in Go

Deployment

generating token

openssl genpkey -algorithm ed25519 -out private.pem
openssl pkey -in private.pem -pubout -out public.pem