https://github.com/xmidt-org/bascule
Provides authentication and authorization workflows
https://github.com/xmidt-org/bascule
Last synced: about 2 months ago
JSON representation
Provides authentication and authorization workflows
- Host: GitHub
- URL: https://github.com/xmidt-org/bascule
- Owner: xmidt-org
- License: apache-2.0
- Created: 2019-02-19T19:39:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T09:35:25.000Z (about 2 months ago)
- Last Synced: 2025-04-01T10:31:18.503Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bascule
A library for authentication and authorization workflows.
[](https://github.com/xmidt-org/bascule/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/bascule?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/bascule)
[](https://github.com/xmidt-org/bascule/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/bascule)## Summary
Bascule provides authentication and authorization workflows, particularly focused on the needs of an HTTP server.
## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Install](#install)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Install
This repo is a library of packages used for authentication and authorization.## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).