panoptes icon indicating copy to clipboard operation
panoptes copied to clipboard

Remove omniauth gem

Open nciemniak opened this issue 4 years ago • 1 comments

Remove omniauth gem and related code - no longer using omniauth.

For reference, here are a few of the commits where the omniauth functionality was initially added in:

Remaining TO DO:

  • remove authorizations table and references to it

Review checklist

  • [ ] First, the most important one: is this PR small enough that you can actually review it? Feel free to just reject a branch if the changes are hard to review due to the length of the diff.
  • [ ] If there are any migrations, will they the previous version of the app work correctly after they've been run (e.g. the don't remove columns still known about by ActiveRecord).
  • [ ] If anything changed with regards to the public API, are those changes also documented in the apiary.apib file?
  • [ ] Are all the changes covered by tests? Think about any possible edge cases that might be left untested.

nciemniak avatar Nov 20 '20 21:11 nciemniak