Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T08:40:51.000Z (4 months ago)
- Last Synced: 2024-11-04T08:02:07.790Z (about 2 months ago)
- Topics: authentication, authorization, go, golang, jwt, user-management
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 13
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CasaOS-UserService
[![Go Reference](https://pkg.go.dev/badge/github.com/IceWhaleTech/CasaOS-UserService.svg)](https://pkg.go.dev/github.com/IceWhaleTech/CasaOS-UserService) [![Go Report Card](https://goreportcard.com/badge/github.com/IceWhaleTech/CasaOS-UserService)](https://goreportcard.com/report/github.com/IceWhaleTech/CasaOS-UserService) [![goreleaser](https://github.com/IceWhaleTech/CasaOS-UserService/actions/workflows/release.yml/badge.svg)](https://github.com/IceWhaleTech/CasaOS-UserService/actions/workflows/release.yml) [![codecov](https://codecov.io/gh/IceWhaleTech/CasaOS-UserService/branch/main/graph/badge.svg?token=4GWJIF6FDD)](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
yarnyarn start
```### publish
Manual publish
```bash
yarn publish
```Auto publish
```bash
git push origin dev**
```