Hi,
I am setting up authentication using Identity Server 4 and I need to provide a login api whereby clients can send login credentials and receive token back.
Is there a need for me to protect the login method in the controller to protect from any possibility of people hacking this login method?
thanks
Angelo