ita-social-projects / Home

Home - is an all-in-one social service that will cover all aspects of your communication with your home and neighbors.
http://www.home-project-engineering.tech/api/0/apidocs/index.html
MIT License
26 stars 30 forks source link

Create authentication entry point to handle exceptions while filters validation chain #470

Closed gendalf-fx closed 2 years ago

gendalf-fx commented 2 years ago

Now we have custom interceptor only for one Exception type NotAcceptableOauthException. In order to handle all the types of Authentication exceptions we need to implement AuthenticaionEntryPoint in our security configuration.

image.png

vladyslavyarets commented 2 years ago

Not actual.