fluxxu / identification-service

Our identification service that stores our user tokens and handles the oauth with the blizzard api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w3champions-identification-service

This is the Authorization Backend for the https://github.com/w3champions/w3champions-ui Project.

Create new certs

As the key and pub file will be replaced during the deployment, here a quick reminder on how to generate those:

ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub

Use the files and add \n after each line to make it parsable in docker-compose

About

Our identification service that stores our user tokens and handles the oauth with the blizzard api.


Languages

Language:C# 96.0%Language:Dockerfile 4.0%