diff --git a/content/projects/_index.md b/content/projects/_index.md index cb4610f..066ee48 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -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 @@ -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 diff --git a/content/projects/id.md b/content/projects/id.md new file mode 100644 index 0000000..a2311db --- /dev/null +++ b/content/projects/id.md @@ -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 ' +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. \ No newline at end of file