user-manager

module
v0.85.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: Apache-2.0

README

user-manager

Running Locally

make build-server
./bin/server run --config configs/server/config.yaml

You can then connect to the DB.

sqlite3 /tmp/user_manager.db

You can then hit the endpoint.

curl http://localhost:8080/v1/users/api_keys

curl http://localhost:8080/v1/users/api_keys \
  --request POST \
  --data '{"name": "test-key"}'

You can also use the CLI llmo by setting endpointUrl to http://localhost:8080/v1.

$ cat ~/.config/llmo/config.yaml
version: v1
endpointUrl: http://localhost:8080/v1
...

$ llmo auth orgs list
Title                 Created At
Default Organization  2024-05-23T11:37:20-07:00

Directories

Path Synopsis
api
v1
Package v1 is a reverse proxy.
Package v1 is a reverse proxy.
pkg
server
cmd command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL