homepage.js/view/projects/blek_id.pug

10 lines
406 B
Plaintext

extends ../layout/project.pug
block root
- var title = 'blek! Sail'
block append content
h2 blek! ID
p
| blek! ID provides authentication functionality for all blek! Services.
br
| It was supposed to be something like OpenID Connect server, and perhaps you should use a production-ready implementation of this (like <a href='https://github.com/ory/hydra'>ory hydra</a>)