Skip to content

Instantly share code, notes, and snippets.

@bernhardjt
Last active August 23, 2020 11:59
Show Gist options
  • Save bernhardjt/5549fc8cf933bc1a963e37a056200fcd to your computer and use it in GitHub Desktop.
Save bernhardjt/5549fc8cf933bc1a963e37a056200fcd to your computer and use it in GitHub Desktop.
medium blog
...
const publicKEY = `
-----BEGIN PUBLIC KEY-----
MIIB*****
-----END PUBLIC KEY-----`;
const issuer_url = 'https://login.example.com/auth/realms/realmexample'
const client_name = 'mypage'
const allow_algorithms = ['RS256']
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment