A desktop app to help developers create access tokens for Uber applications with OAuth 2.0.
1º Clone ubauth repo
$ git clone git@github.com:chrisenytc/ubauth.git
2º Enter in ubauth directory
$ cd ubauth
3º Install dependencies
$ npm install
4º Run app
$ npm start
5º Test the app
$ npm test
6º Making releases
$ npm run release -- --sign identity_here
UbAuth is available for macOS. Download here.
If UbAuth was helpful for you, send a donation as a thank you. :)
Bitcoin Adddress: 3QbTQcSfWAUntPwTrWNQ3aHYYmvJS5HoUY
Bug reports and pull requests are welcome on GitHub at https://github.com/chrisenytc/ubauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it chrisenytc/ubauth
- 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 origin my-new-feature
) - Create new Pull Request
If you have any problem or suggestion please open an issue here.
Check here.