add blek! ID to projects

This commit is contained in:
b1ek 2024-01-08 18:55:47 +10:00
parent fd7b9d87a6
commit 2770fa24e4
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 26 additions and 1 deletions

View File

@ -22,7 +22,7 @@ blek! Bin,https://bin.blek.codes,GPL-3.0-only,false
blek! EOL,https://eol.blek.codes,PRIVATE,false blek! EOL,https://eol.blek.codes,PRIVATE,false
blek! Sail,https://github.com/b1ek/sail,NONE,false blek! Sail,https://github.com/b1ek/sail,NONE,false
blek! Wordle,https://wordle.blek.codes,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 VRPLauncher,https://github.com/b1ek/VRPLauncher,false
win7sim,https://github.com/b1ek/win7-sim,NONE,false win7sim,https://github.com/b1ek/win7-sim,NONE,false
</pre> </pre>
@ -77,6 +77,8 @@ A FOSS copy of the [wordle game](https://www.nytimes.com/games/wordle/index.html
Built with Svelte. Built with Svelte.
### 7. blek! ID ### 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. 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 ### 8. VRPLauncher

23
content/projects/id.md Normal file
View File

@ -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.