https://github.com/icewhaletech/casaos-userservice
User Service provides user management functionalities to CasaOS.
https://github.com/icewhaletech/casaos-userservice
authentication authorization go golang jwt user-management
Last synced: 10 months ago
JSON representation
User Service provides user management functionalities to CasaOS.
- Host: GitHub
- URL: https://github.com/icewhaletech/casaos-userservice
- Owner: IceWhaleTech
- License: apache-2.0
- Created: 2022-07-22T15:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T06:19:16.000Z (10 months ago)
- Last Synced: 2025-04-16T07:57:35.413Z (10 months ago)
- Topics: authentication, authorization, go, golang, jwt, user-management
- Language: Go
- Homepage:
- Size: 149 KB
- Stars: 15
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CasaOS-UserService
[](https://pkg.go.dev/github.com/IceWhaleTech/CasaOS-UserService) [](https://goreportcard.com/report/github.com/IceWhaleTech/CasaOS-UserService) [](https://github.com/IceWhaleTech/CasaOS-UserService/actions/workflows/release.yml) [](https://codecov.io/gh/IceWhaleTech/CasaOS-UserService)
User Service provides user management functionalities to CasaOS.
## publish api to npm
### edit version in package.json
### run
```bash
yarn
yarn start
```
### publish
Manual publish
```bash
yarn publish
```
Auto publish
```bash
git push origin dev**
```