Auth stuff

This commit is contained in:
2024-10-22 00:12:28 +08:00
parent 85783aa331
commit ed05782319
12 changed files with 236 additions and 18 deletions

15
pkg/nex/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Nex
The Hypernet.Nexus development SDK.
Defined the useful functions and ways to handle data for both server side and client.
## Parts
### Nex.Cruda
Create Read Update Delete Accelerator, aka. Cruda.
Cruda will help you to build a simplified database access layer based on the command system in nexus.
### Nex.Sec
The security part of nexus, including signing and validating the tokens and much more.