You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,7 @@
7
7
- Compatible with any OAuth/OpenID Connect provider (e.g., Keycloak).
8
8
- Optional security UI for quick bootstrapping (Blazor, and components in auto mode).
9
9
-**Designed to manage subscriptions and multi-tenants.**
10
-
11
-
## News
12
-
13
-
SvelteKit Frontend added. (not working in Aspire with fnm), so:
14
-
15
-
`npm install, npm run dev in svelte-link-ui folder`
16
-
17
-
After all the Aspire things are mounted.
18
-
19
-
- Simple onboarding endpoints + Svelle exmple. Now you can register new users and test. (Very simple and naive, but you have an example you can build on.)
20
-
-**SignalR full implementation with secured Hub and custom token.**
10
+
- SignalR example in Sveltkit project (realtime app)
21
11
22
12
## Goal
23
13
@@ -58,6 +48,17 @@ Open the security api /scalar to see all available endpoints.
58
48
59
49
You can modify the setup based on your requirements. The project is configured with Keycloak and RabbitMQ (for revoke cache requests) but is compatible with other systems like Azure Service Bus (tested) and 0Auth (tested). You can also remove some parts if needed (caching, service bus)
60
50
51
+
## News
52
+
53
+
SvelteKit Frontend added. (not working in Aspire with fnm), so:
54
+
55
+
`npm install, npm run dev in svelte-link-ui folder`
56
+
57
+
After all the Aspire things are mounted.
58
+
59
+
- Simple onboarding endpoints + Svelle exmple. Now you can register new users and test. (Very simple and naive, but you have an example you can build on.)
60
+
-**SignalR full implementation with secured Hub and custom token.**
61
+
61
62
## Dependencies
62
63
63
64
Show your support for the following dependencies on their GitHub pages:
@@ -72,5 +73,5 @@ For your backend APIs, in the EF Core pooled DbContext factory, the user is inje
72
73
73
74
## How You Can Help
74
75
75
-
If you find this project useful, you can help by reviewing the implementation or contributing to make it more generic ~~(user onboarding from oauth provider via webhook or other stuff)~~ => simple onboarding implmented. It's a side project on a boring and not "sexy" topic for me, but I hope it can be helpful to some of you. This project aims to avoid fully managed pricey solutions because, in the end, we only need simple OAuth authentication and to manage our authorization layer by ourselves. Help on that will be appreciated.
76
+
If you find this project useful, you can help by reviewing the implementation or contributing to make it more generic ~~(user onboarding from oauth provider via webhook or other stuff)~~ => simple onboarding implemented. It's a side project on a boring and not "sexy" topic for me, but I hope it can be helpful to some of you. This project aims to avoid fully managed pricey solutions because, in the end, we only need simple OAuth authentication and to manage our authorization layer by ourselves. Help on that will be appreciated.
0 commit comments