All Projects → utensils → Omniauth Pge

utensils / Omniauth Pge

Licence: mit
OmniAuth Strategy for PG&E

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Omniauth Pge

Csrf
gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
Stars: ✭ 631 (+10416.67%)
Mutual labels:  middleware
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+11483.33%)
Mutual labels:  ruby-gem
Zend Expressive
PSR-15 middleware in minutes!
Stars: ✭ 740 (+12233.33%)
Mutual labels:  middleware
Mobility
Pluggable Ruby translation framework
Stars: ✭ 644 (+10633.33%)
Mutual labels:  ruby-gem
Vhost
virtual domain hosting
Stars: ✭ 686 (+11333.33%)
Mutual labels:  middleware
Truemail
🚀 Configurable framework agnostic plain Ruby 📨 email validator/verifier. Verify email via Regex, DNS and SMTP. Be sure that email address valid and exists.
Stars: ✭ 717 (+11850%)
Mutual labels:  ruby-gem
Session
Simple session middleware for Express
Stars: ✭ 5,571 (+92750%)
Mutual labels:  middleware
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+13050%)
Mutual labels:  middleware
Gziphandler
Go middleware to gzip HTTP responses
Stars: ✭ 690 (+11400%)
Mutual labels:  middleware
Fast Dds
The most complete DDS - Proven: Plenty of success cases.
Stars: ✭ 732 (+12100%)
Mutual labels:  middleware
Jackett
API Support for your favorite torrent trackers
Stars: ✭ 6,690 (+111400%)
Mutual labels:  middleware
Psr7 Middlewares
[DEPRECATED] Collection of PSR-7 middlewares
Stars: ✭ 666 (+11000%)
Mutual labels:  middleware
Laravel Caffeine
Keeping Your Laravel Forms Awake.
Stars: ✭ 723 (+11950%)
Mutual labels:  middleware
Amethyst
Amethyst is a Rails inspired web-framework for Crystal language
Stars: ✭ 643 (+10616.67%)
Mutual labels:  middleware
Redux Cycles
Bring functional reactive programming to Redux using Cycle.js
Stars: ✭ 755 (+12483.33%)
Mutual labels:  middleware
Agendash
Agenda Dashboard
Stars: ✭ 620 (+10233.33%)
Mutual labels:  middleware
Slim Jwt Auth
PSR-7 and PSR-15 JWT Authentication Middleware
Stars: ✭ 713 (+11783.33%)
Mutual labels:  middleware
Pastebin
Just another Pastebin.com CLI script, but you can even login with your user account.
Stars: ✭ 5 (-16.67%)
Mutual labels:  ruby-gem
Finite machine
A minimal finite state machine with a straightforward syntax.
Stars: ✭ 772 (+12766.67%)
Mutual labels:  ruby-gem
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+111150%)
Mutual labels:  middleware

OmniAuth PG&E

OmniAuth strategy for PG&E's Share My Data using OAuth2.

Gem Version Build Status Code Climate Coverage Status Dependency Status

Usage

Add the strategy to your Gemfile alongside OmniAuth:

gem 'omniauth'
gem 'omniauth-pge'

Then integrate the strategy into your middleware:

use OmniAuth::Builder do
  provider :pge, ENV['PGE_CLIENT_ID'], ENV['PGE_CLIENT_SECRET']
end

In Rails, you'll want to add to the middleware stack:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :pge, ENV['PGE_CLIENT_ID'], ENV['PGE_CLIENT_SECRET']
end

For additional information, refer to the OmniAuth wiki.

Contributing

Feedback, feature requests, and fixes are welcomed and encouraged. Please make appropriate use of Issues and Pull Requests. All code should have accompanying tests.

Be sure to familiarize yourself with the Code of Conduct.

License

Please see LICENSE for licensing details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].