Hi I want throw exception like (current user did not login to application) where we just click on ok it will redirect to Login page,
same i want to throw code Can anyone help ?
Thanks
Can u Please guide me , How and where i can Check coming in every request ? i will create table and save token in it , and at logout i will remove it but , I need to check For every request ?
We want to expire token, How we can expire.
Hi,
we can able to Call any api using token generated from portal in postman. How we can restrict User to not call any API using that token, and How we are going to Validate token is send by that user who has created it ?