https://github.com/authing/authing-ruby
Authing SDK for Ruby
https://github.com/authing/authing-ruby
api authing graphql ruby sdk
Last synced: about 1 month ago
JSON representation
Authing SDK for Ruby
- Host: GitHub
- URL: https://github.com/authing/authing-ruby
- Owner: Authing
- License: mit
- Created: 2020-07-14T13:18:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T09:20:28.000Z (almost 4 years ago)
- Last Synced: 2025-12-25T13:17:12.451Z (5 months ago)
- Topics: api, authing, graphql, ruby, sdk
- Language: Ruby
- Homepage: https://docs.authing.cn/v2/reference/sdk-for-ruby.html
- Size: 31.3 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDK for Ruby
**English** | [简体中文](./README.zh_CN.md)
## Introduction
You can use the Authing Ruby SDK to quickly integrate authentication capabilities for new or existing Back End applications
## Documentation
- [Authing - Ruby](https://docs.authing.cn/v2/en/reference/sdk-for-ruby.html)
## Install
```sh
gem install authing
```
## Questions
For questions and support please use the [official forum](https://forum.authing.cn/). The issue list of this repo is exclusively for bug reports and feature requests.
## Contribution
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push -u origin my-new-feature)
- Create new Pull Request
## Contribute
https://github.com/Authing/.github/blob/main/CONTRIBUTING.md#English
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2019-present, Authing