https://github.com/dongri/oauthswift.herokuapp.com
Redirector
https://github.com/dongri/oauthswift.herokuapp.com
Last synced: 19 days ago
JSON representation
Redirector
- Host: GitHub
- URL: https://github.com/dongri/oauthswift.herokuapp.com
- Owner: dongri
- License: mit
- Created: 2015-03-22T00:00:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:40:54.000Z (about 2 years ago)
- Last Synced: 2025-04-13T07:12:16.599Z (19 days ago)
- Language: Ruby
- Homepage: https://oauthswift.herokuapp.com
- Size: 1.68 MB
- Stars: 5
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oauthswift.herokuapp.com
## Deploy to Heroku
[](https://heroku.com/deploy?template=https://github.com/dongri/oauthswift.herokuapp.com)## Development
```
$ ruby app.rb
== Sinatra (v2.0.8.1) has taken the stage on 4567 for development with backup from Puma
Puma starting in single mode...
* Version 4.3.5 (ruby 2.7.0-p0), codename: Mysterious Traveller
* Min threads: 0, max threads: 16
* Environment: development
* Listening on tcp://127.0.0.1:4567
* Listening on tcp://[::1]:4567
Use Ctrl-C to stop$ open http://localhost:4567
```You can set callback url :
`https://oauthswift.herokuapp.com/callback/{app_name}`
Redirect to `"highlight">"oauth-swift://oauth-callback/{app_name}"`