portals-me/api 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