I want to implement my controller to be authorize the user with custom condition.
For example: My database is like that
User ( Id, Name, Country, Email, PhoneNumber )
I want to make authorization to one of my controller where the country of user in 'England' only.
Thank you for viewing my question.