Skip to content
Snippets Groups Projects

Add ability to use oauth on all paths in an API, make scopes optional

Merged Martin Lowe requested to merge malowe/main/oauth-filter-anon-client-fix into main
12 files
+ 63
21
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 1
1
@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Loading