Skip to content

w3champions/identification-service

Repository files navigation

w3champions-identification-service

This is the Authorization Backend for the W3Champions Website and Launcher.

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.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors