Skip to content

Instantly share code, notes, and snippets.

@relwell
Created February 28, 2020 17:38
Show Gist options
  • Save relwell/2566769b7d6b38b3742069a781de749d to your computer and use it in GitHub Desktop.
Save relwell/2566769b7d6b38b3742069a781de749d to your computer and use it in GitHub Desktop.
oktaoauth monkeypatch
# frozen_string_literal: true
module OmniAuth::Strategies
class Oktaoauth
undef :access_token
attr :access_token
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment