Skip to content

portals-me/api

Repository files navigation

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