Removed "noauth" Spring profile and security config #163
Answered
by
JohnKallies
JohnKallies
asked this question in
Helps to know
-
|
Please see this PR: #162 The "noauth" security config was intended to bypass OAuth2 for the API. It never worked right in the front end. but allowed no-auth API access. That said, recent API changes requiring a JWT for certain endpoints have invalidated the use of this profile/security config. We have just removed it, as it was causing confusion and added no value. |
Beta Was this translation helpful? Give feedback.
Answered by
JohnKallies
Mar 1, 2022
Replies: 1 comment
-
|
. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JohnKallies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.