Re: REST API - Access token and refresh token for login

2022-06-24 Thread Rishi Agr
Hi Michael, This worked for me. Thanks. On Tue, Jun 21, 2022, 12:37 Michael Brohl wrote: > Hi Rishi, > > the client should recognize that the token is not valid or that the > token based authentication failed and do a refresh of the token by > re-authenticating again. > > Best regards, > >

Re: REST API - Access token and refresh token for login

2022-06-21 Thread Michael Brohl
Hi Rishi, the client should recognize that the token is not valid or that the token based authentication failed and do a refresh of the token by re-authenticating again. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 21.06.22 um 11:26 schrieb Rishi Agr: Hi, Whenever I

REST API - Access token and refresh token for login

2022-06-21 Thread Rishi Agr
Hi, Whenever I login to the application using the rest api token, the user logs out after specific time (1800 seconds). This is because the Access token expires and the user needs to login once again to continue the activities. Do we have the feature of refresh token in here to make sure the user