Skip to content

Commit 66c738b

Browse files
committed
2 parents 19c8877 + 3c11982 commit 66c738b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
- Compatible with any OAuth/OpenID Connect provider (e.g., Keycloak).
88
- Optional security UI for quick bootstrapping (Blazor, and components in auto mode).
99
- **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)
2111

2212
## Goal
2313

@@ -58,6 +48,17 @@ Open the security api /scalar to see all available endpoints.
5848

5949
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)
6050

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+
6162
## Dependencies
6263

6364
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
7273

7374
## How You Can Help
7475

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

0 commit comments

Comments
 (0)