https://github.com/adonisjs/bouncer
Authorization Package for AdonisJS
https://github.com/adonisjs/bouncer
authorization bouncer first-party-package
Last synced: 2 months ago
JSON representation
Authorization Package for AdonisJS
- Host: GitHub
- URL: https://github.com/adonisjs/bouncer
- Owner: adonisjs
- License: mit
- Created: 2021-01-11T07:02:46.000Z (over 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-01-29T08:03:58.000Z (4 months ago)
- Last Synced: 2025-03-21T18:05:32.246Z (3 months ago)
- Topics: authorization, bouncer, first-party-package
- Language: TypeScript
- Homepage:
- Size: 538 KB
- Stars: 57
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/bouncer
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
AdonisJS bouncer provides JavaScript first API to implementation authorization checks in AdonisJS applications.## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/authorization)## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).## License
AdonisJS bouncer is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/bouncer/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/bouncer/actions/workflows/checks.yml "Github action"[npm-image]: https://img.shields.io/npm/v/@adonisjs/bouncer/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/bouncer/v/latest "npm"[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/bouncer?style=for-the-badge