Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrisser/trailpack-oauth-server
Trailpack to run OAuth 2 server on Trails application
https://github.com/clayrisser/trailpack-oauth-server
oauth oauth-server oauth2 oauth2-server trailpack trails trailsjs waterline
Last synced: 25 days ago
JSON representation
Trailpack to run OAuth 2 server on Trails application
- Host: GitHub
- URL: https://github.com/clayrisser/trailpack-oauth-server
- Owner: clayrisser
- License: mit
- Created: 2017-12-30T18:47:09.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T10:06:44.000Z (over 1 year ago)
- Last Synced: 2024-12-08T20:53:50.988Z (about 1 month ago)
- Topics: oauth, oauth-server, oauth2, oauth2-server, trailpack, trails, trailsjs, waterline
- Language: JavaScript
- Size: 722 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# trailpack-oauth-server
[![Beerpay](https://beerpay.io/jamrizzi/trailpack-oauth-server/badge.svg?style=beer-square)](https://beerpay.io/jamrizzi/trailpack-oauth-server)
[![Beerpay](https://beerpay.io/jamrizzi/trailpack-oauth-server/make-wish.svg?style=flat-square)](https://beerpay.io/jamrizzi/trailpack-oauth-server?focus=wish)
[![GitHub stars](https://img.shields.io/github/stars/jamrizzi/trailpack-oauth-server.svg?style=social&label=Stars)](https://github.com/jamrizzi/trailpack-oauth-server)Trailpack to run OAuth 2 server on Trails application
![](assets/trailpack-oauth-server.png)
Please ★ this repo if you found it useful ★ ★ ★
## Features
* Support for authorization grant
* Support for client credentials grant
* Support for refresh token grant
* Support for password grant## Installation
```sh
npm install --save trailpack-oauth-server
```## Dependencies
* [NodeJS](https://nodejs.org)
* [TrailsJS](https://trailsjs.io)## Usage
[Contribute](https://github.com/jamrizzi/trailpack-oauth-server/blob/master/CONTRIBUTING.md) usage docs
## Support
Submit an [issue](https://github.com/jamrizzi/trailpack-oauth-server/issues/new)
## Screenshots
[Contribute](https://github.com/jamrizzi/trailpack-oauth-server/blob/master/CONTRIBUTING.md) a screenshot
## Contributing
Review the [guidelines for contributing](https://github.com/jamrizzi/trailpack-oauth-server/blob/master/CONTRIBUTING.md)
## License
[MIT License](https://github.com/jamrizzi/trailpack-oauth-server/blob/master/LICENSE)
[Jam Risser](https://jam.jamrizzi.com) © 2018
## Changelog
Review the [changelog](https://github.com/jamrizzi/trailpack-oauth-server/blob/master/CHANGELOG.md)
## Credits
* [Jam Risser](https://jam.jamrizzi.com) - Author
## Support on Beerpay (actually, I drink coffee)
A ridiculous amount of coffee :coffee: :coffee: :coffee: was consumed in the process of building this project.
[Add some fuel](https://beerpay.io/jamrizzi/trailpack-oauth-server) if you'd like to keep me going!
[![Beerpay](https://beerpay.io/jamrizzi/trailpack-oauth-server/badge.svg?style=beer-square)](https://beerpay.io/jamrizzi/trailpack-oauth-server)
[![Beerpay](https://beerpay.io/jamrizzi/trailpack-oauth-server/make-wish.svg?style=flat-square)](https://beerpay.io/jamrizzi/trailpack-oauth-server?focus=wish)