beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

Login API integration with Policy Portal #2055

Closed emmayank closed 1 month ago

emmayank commented 1 month ago

Description

This task involves integrating the Login API within the Policy Portal. The Login API will handle user authentication, allowing users to securely log in before accessing the portal. The integration should ensure that only authenticated users can access and perform actions within the Policy Portal. The login process should include error handling for invalid credentials and provide feedback to the users.

Goals

Expected Outcome

  1. A fully integrated and functional login system within the Policy Portal.
  2. Users will be required to log in using the Login API to access the Policy Portal.
  3. Secure handling of user credentials, and proper restriction of access for unauthenticated users.
  4. Improved security and user experience in accessing the Policy Portal.

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

NA

Tech Skills Needed

Strapi, Frontend Development, Security Best Practices

Complexity

Medium

Category

Development

Sub Category

Authentication

rahul-eminds commented 1 month ago

Integrated the login API PR : https://github.com/beckn/beckn-ui-workspace/pull/2037/

emmayank commented 1 month ago

Review Completed