Skip to content

Instantly share code, notes, and snippets.

View wonderphil's full-sized avatar

Philip Duncan Davies wonderphil

  • Wonderphil Tech LTD
  • Melbourne
  • 19:25 (UTC +10:00)
View GitHub Profile
@lasley
lasley / Gemfile
Last active April 28, 2023 21:23
Sample Devise Implementation w/ OmniAuth
gem 'devise'
# ENV variable management
gem 'figaro'
# OmniAuth Authentication providers
gem 'omniauth-google-oauth2'
gem 'omniauth-facebook'
group :development, :test do