We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbdd93 commit 51838b4Copy full SHA for 51838b4
1 file changed
src/main/resources/application.yml
@@ -38,6 +38,7 @@ spring:
38
- /v1/auth/password-reset/request
39
- /v1/auth/password-reset
40
- /oauth2/callback/*
41
+ - /oauth2/authorization/*
42
43
- id: auth-private
44
uri: http://user-service:8081
@@ -49,7 +50,6 @@ spring:
49
50
- /v1/auth/password
51
- /v1/auth/social-links
52
- /v1/auth/social-links/*
- - /oauth2/authorization/*
53
- /v1/oauth2/links/*
54
55
filters:
@@ -99,6 +99,7 @@ spring:
99
patterns:
100
- /v1/groups/**
101
- /v1/joins/**
102
+ - /v1/group-invitations
103
104
- AuthenticationFilter
105
0 commit comments