Authentication library implementing the Docker Registry v2 Auth specification.
Warning
Project is under development. Backwards compatibility is not guaranteed.
go get github.com/portward/registry-auth
This project is a library that you can use to build your own authorization service for a container registry.
To see it in action, check out https://github.com/portward/portward.
For an optimal developer experience, it is recommended to install Nix and direnv.
Run tests:
go test -race -v ./...
Run linter:
golangci-lint run
The project is licensed under the MIT License.