add blek! ID to projects
This commit is contained in:
parent
fd7b9d87a6
commit
2770fa24e4
|
@ -22,7 +22,7 @@ blek! Bin,https://bin.blek.codes,GPL-3.0-only,false
|
|||
blek! EOL,https://eol.blek.codes,PRIVATE,false
|
||||
blek! Sail,https://github.com/b1ek/sail,NONE,false
|
||||
blek! Wordle,https://wordle.blek.codes,NONE,false
|
||||
blek! ID,https://github.com/b1ek/blekID,true
|
||||
blek! ID,https://github.com/b1ek/blekID,MIT,true
|
||||
VRPLauncher,https://github.com/b1ek/VRPLauncher,false
|
||||
win7sim,https://github.com/b1ek/win7-sim,NONE,false
|
||||
</pre>
|
||||
|
@ -77,6 +77,8 @@ A FOSS copy of the [wordle game](https://www.nytimes.com/games/wordle/index.html
|
|||
Built with Svelte.
|
||||
|
||||
### 7. blek! ID
|
||||
[Project page](/projects/id)
|
||||
|
||||
My own implementation of an SSO. It is supposed to be OAuth2 compatible, but then i learned that OIDC exists so i abandoned this project. It is written in Laravel and PHP8.
|
||||
|
||||
### 8. VRPLauncher
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
+++
|
||||
template = 'custom/project.html'
|
||||
|
||||
title = 'blek! ID'
|
||||
description = 'My custom SSO'
|
||||
date = '2024-08-01'
|
||||
slug = 'id'
|
||||
year = 2024
|
||||
month = 1
|
||||
day = 8
|
||||
lang = 'en'
|
||||
|
||||
[extra]
|
||||
git_repo = 'github.com/b1ek/blekID.git'
|
||||
demo_url = 'github.com/b1ek/blekID'
|
||||
author = 'b1ek <me@blek.codes>'
|
||||
license = 'MIT'
|
||||
+++
|
||||
|
||||
So the story is pretty simple: i wanted to build a social network just for fun, but then i thought that i might want to build other things than that so i started building an SSO before that.
|
||||
|
||||
But then i found out that OIDC (OpenID Connect) exists so i forgot about this.
|
||||
And then i started working on something else so i didnt even make the social network.
|
Loading…
Reference in New Issue