Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorcery/sorcery-rework
Working repo for Sorcery v1.
https://github.com/sorcery/sorcery-rework
authentication rails ruby sorcery
Last synced: 2 days ago
JSON representation
Working repo for Sorcery v1.
- Host: GitHub
- URL: https://github.com/sorcery/sorcery-rework
- Owner: Sorcery
- License: mit
- Created: 2020-07-08T04:35:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:02:44.000Z (10 months ago)
- Last Synced: 2024-04-26T18:41:23.097Z (10 months ago)
- Topics: authentication, rails, ruby, sorcery
- Language: Ruby
- Homepage:
- Size: 371 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Sorcery
![Ruby](https://github.com/Sorcery/sorcery-rework/workflows/Ruby/badge.svg)
### **This code is not ready for production usage!!**
Please use the existing Sorcery Gem for the time being, v0.0.0 contains nothing
more than a hello world.Working repo for Sorcery v1. Following Rails project layout as a guide for
multiple gems released in lock step.New Gems:
* `sorcery-core` - All previous sorcery functionality except for OAuth support.
* `sorcery-jwt` - New plugin to add support for JWT / API only apps.
* `sorcery-mfa` - New plugin to add support for Authy apps and WebAuthn 2FA.
* `sorcery-oauth` - Acts as a 1:1 replacement for Sorcery's External module.Original Gem
* `sorcery` - Will be updated to be a meta gem that includes core and oauth.
Nothing is set in stone at the moment, any and all suggestions are welcomed.