Coder Social home page Coder Social logo

rishavjalan / omniauth-webex-oauth2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from suhaspan/omniauth-webex-oauth2

0.0 1.0 0.0 7 KB

OAuth2 Strategy for Cisco WebEx Teams (Cisco Spark)

Home Page: https://developer.webex.com/authentication.html

License: MIT License

Ruby 100.00%

omniauth-webex-oauth2's Introduction

Gem Version Build Status Code Climate

OmniAuth::Strategies::Webex

OAuth2 Strategy for Cisco WebEx Teams (Cisco Spark)

Installation

Add this line to your application's Gemfile:

gem 'omniauth-webex-oauth2'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-webex-oauth2

Usage

You can register your application here and get client_id & client_secret.

Here's an example for adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :webex, ENV["WEBEX_CLIENT_ID"], ENV["WEBEX_CLIENT_SECRET"]
end

Contributing

Bug reports and pull requests are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes along with test cases (git commit -m 'Add feature')
  4. If possible squash your commits to one commit if they all belong to same feature.
  5. Push to the branch (git push origin new-feature)
  6. Create new Pull Request.

License

The gem is available as open source under the terms of the MIT License.

omniauth-webex-oauth2's People

Contributors

snehete-zingbox avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.