Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logto-io/ruby
💎 Logto Ruby SDK.
https://github.com/logto-io/ruby
rails ruby sdk
Last synced: 3 months ago
JSON representation
💎 Logto Ruby SDK.
- Host: GitHub
- URL: https://github.com/logto-io/ruby
- Owner: logto-io
- Created: 2024-06-12T14:38:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-30T09:33:09.000Z (4 months ago)
- Last Synced: 2024-09-30T09:48:39.654Z (4 months ago)
- Topics: rails, ruby, sdk
- Language: Ruby
- Homepage: https://docs.logto.io/quick-starts/ruby
- Size: 108 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Logto is an open-source Auth0 alternative designed for modern apps and SaaS products.# Logto Ruby SDK
[![Version](https://img.shields.io/gem/v/logto)][RubyGems]
[![Downloads](https://img.shields.io/gem/dt/logto)][RubyGems]
[![Logto](https://img.shields.io/badge/for-logto-7958ff)][Website]
[![Discord](https://img.shields.io/badge/discord-join-5865f2?logo=discord)][Discord]This is the official Ruby SDK for Logto. It provides a simple way to integrate Logto with your Ruby applications.
This SDK is designed as framework-agnostic, so it can be used with any Ruby web framework. Check out our [docs](https://docs.logto.io/quick-starts/ruby/) for more information.
## Installation
```bash
bundle add logto
```Or whatever your preferred method of adding gems is.
## Sample
A sample Ruby on Rails application is available [here](https://github.com/logto-io/ruby/tree/HEAD/logto-sample).
## Resources
- [Documentation](https://docs.logto.io/quick-starts/ruby/)
- [Website][Website]
- [Discord][Discord][RubyGems]: https://rubygems.org/gems/logto
[Website]: https://logto.io/
[Discord]: https://discord.gg/vRvwuwgpVX