The project is in a healthy, maintained state
Omniauth Strategy for Epic Games OAuth Login.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

OmniAuth EpicGames

Gem Version

This is an OmniAuth strategy for authenticating to Epic Games OAuth service. In order to use it you need to register an application at the Epic Games Developer Portal

Installation

Add this line to your application's Gemfile:

gem 'omniauth-epicgames'

And then execute:

$ bundle install

Usage

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

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :epic_games,
           ENV['EGS_CLIENT_KEY'],
           ENV['EGS_CLIENT_SECRET'],
           { scope: ['basic_profile'].join(' ') }
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/trophieshunter/omniauth-epicgames.

License

The MIT License

About

This repo is build and maintained by trophieshunter.com

Sponsored by trophieshunter.com