Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs/ally
AdonisJS Social Authentication Provider
https://github.com/adonisjs/ally
first-party-package social-auth
Last synced: 3 months ago
JSON representation
AdonisJS Social Authentication Provider
- Host: GitHub
- URL: https://github.com/adonisjs/ally
- Owner: adonisjs
- License: mit
- Created: 2016-10-11T16:10:01.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-29T20:51:03.000Z (8 months ago)
- Last Synced: 2024-05-21T02:12:28.526Z (6 months ago)
- Topics: first-party-package, social-auth
- Language: TypeScript
- Homepage:
- Size: 866 KB
- Stars: 151
- Watchers: 10
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-adonisjs-packages - Adonis Ally - Social Authentication provider. It gives you the functionality to authenticate users using social websites like Facebook, Twitter, Google, Github etc. (Third-party Service Integration)
README
# @adonisjs/ally
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Social authentication provider for AdonisJS. Supports **Github**, **Google**, **Twitter**, **Facebook**, **Discord**, **Spotify**, and **LinkedIn**.## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/social-auth)## 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 ally is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/ally/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/ally/actions/workflows/checks.yml "Github action"[npm-image]: https://img.shields.io/npm/v/@adonisjs/ally/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/ally/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/ally?style=for-the-badge