homepage.js/view/projects/blek_id.pug

13 lines
484 B
Plaintext
Raw Normal View History

2023-02-18 14:41:24 +01:00
extends ../layout/project.pug
block root
- var title = 'blek! Sail'
2023-02-22 02:54:28 +01:00
include ../ui/label.pug
2023-02-18 14:41:24 +01:00
block append content
2023-02-22 02:54:28 +01:00
h2
| blek! ID
+label('Abandoned', '#B9CEDB')
2023-02-18 14:41:24 +01:00
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>)