https://github.com/sensenet/sn-auth
https://github.com/sensenet/sn-auth
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensenet/sn-auth
- Owner: SenseNet
- Created: 2024-09-26T13:38:36.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-05-12T15:35:56.000Z (9 months ago)
- Last Synced: 2025-05-12T16:48:13.450Z (9 months ago)
- Language: C#
- Size: 3.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sense/Net Authentication server
SN-Auth is a lightweight authentication server implementation for Sense/Net repositories.
The authentication server consists of two parts:
- An API through which the client can log in/register etc. (recommended for custom UI)
- A built-in UI that you do not need to implement in your application.
The description of the API endpoints can be found in the swagger documentation.