Skip to content

Commit

Permalink
Allow CORS for token revocation endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Sep 18, 2023
1 parent 1957464 commit 5cf2bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/cors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
resource "/oauth/token",
headers: :any,
methods: [:post]
resource "/oauth/revoke",
headers: :any,
methods: [:post]
end
end

0 comments on commit 5cf2bb5

Please sign in to comment.