Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 366 Bytes

portals-me/api

CircleCI

JWT

Server will generate the own jwt for authentication and authorization.

Key Generation

$ cd token
$ ssh-keygen -t ecdsa -b 256 -f jwtES256.key
$ openssl ec -in jwtES256.key -pubout -outform PEM -out jwtES256.key.pub