Skip to content

Check for token authenticity when coming to launchpad #158

@ymaheshwari1

Description

@ymaheshwari1

What is the motivation for adding/enhancing this feature?

If the user is already logged-in into the launchpad, then we move the user to an app when clicked, without checking the token authenticity, resulting in app marking the token as unauthenticated and user again comes to launchpad for initiating the login process.

What are the acceptance criteria?

  • When coming to launchpad and if the launchpad is authenticated always make the user-profile api call to check for whether the token is valid or not, so that multiple redirection between the app and launchpad will be reduced.
  • Before making the api call check for expirationTime of token, so that if the token is of past then we even do not need to make an api call.

Can you complete this feature request by yourself?

  • YES
  • NO

Additional information

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions