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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,24 @@
1
-
# @unraid/callback
1
+
# @unraid/shared-callbacks
2
2
3
3
A TypeScript package for handling callbacks in Unraid applications. This package provides a flexible and type-safe way to handle encrypted callbacks between different parts of the Unraid ecosystem.
4
4
5
5
## Features
6
6
7
7
- Type-safe callback handling
8
8
- AES encryption/decryption of payloads
9
-
- Pinia store integration
10
9
- Support for various callback types (sign in, sign out, key actions, etc.)
11
10
- Flexible URL handling with support for different redirect types
0 commit comments