-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Till Wegmueller <[email protected]>
- Loading branch information
1 parent
99bc798
commit 8ed83ef
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# A bunch of Rust based Daemons that implement Federation | ||
This is the Home of the Oxifed Project. A bunch of useful daemons that allow Providers to easily host people on the Fediverse. | ||
All of the things here are backend. Frontends are usually Apps or some WebUI's whos standards have been implemented. | ||
|
||
# List Of notable Daemons | ||
- [identd](crates/identd/README.md): OpenIDConnect Identity manager for multiple realms | ||
|
||
Any Instructions are going to be inside the respoective daemons own README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# The Identity providing Daemon | ||
This Daemon provides OpenIDConnect and Oauth Protocol endpoints for authentification only. Permission management is not here. |