Skip to content

uklibraries/identity_service

Repository files navigation

identity_service

identity_service is an ARK and NOID-based Identity service written in Django and the Django REST framework with DRF-SimpleJWT.

This software is still in development flux.

Installation

For development, you will need Docker.

Install and extract the code:

git clone git@github.com:uklibraries/identity_service.git

Start things up:

docker compose watch

This will start a Django server on port 8000 by default.

Run tests:

docker exec -it ukl-identity-dj bash
$ uv run pytest-watcher .

Note: this is currently watching all tests, both unit and integration.

License

Copyright (C) 2024-2025 MLE Slone. Licensed under the MIT license.

About

ARK and NOID-based Identity service running atop Django REST Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages