Open Closed

Remember Me functionality #5273


User avatar
0
ed_developer2 created

We are using angular code generated by application template of abp suite<7.0.2>. we have modified api code to have access token to have time limit of 10 min but after this duration angular is automatically getting access token and user is logged in no mater if the user closes the browser without logging out. Also remember me functionality is not behaving the same no matter we check the remember me it angular automatically get the user logged in after api interaction after 10 min of access-token expiry.

  • ABP Framework version: v7.0.2
  • UI type: Angular
  • DB provider: EF Core

1 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    I apologize for the wait. In Turkey, we celebrated a long religious holiday. Could you describe the steps for How do you limit the auth duration to 10 minutes?

    When you implement the step of this link https://support.abp.io/QA/Questions/5231. Your access token and identity-token might be limited. I would check the lifespan of the token. Maybe it was longer then your expecting

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11