Skip to content

Commit

Permalink
WIP: Add PKCE
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroos committed Aug 16, 2023
1 parent 4466b36 commit 3644594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/omniauth/strategies/gds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
class OmniAuth::Strategies::Gds < OmniAuth::Strategies::OAuth2
uid { user["uid"] }

option :pkce, true

info do
{
name: user["name"],
Expand Down

0 comments on commit 3644594

Please sign in to comment.