Open Closed

UserName and passowrd less authentication #2384


User avatar
0
KuldeepRathi created

in Abp Commerical can we login without a username and password to login?

Example:- there are two applications, 1. AbpCommercial and 2. Normal MVC App In the MVC application, we implemented the register and login pages and call the Abp commercial's API for registration and login (Abp Commercial token API) In the MVC application, generate a token from Abp Commercial using password grant_type and login based on Cookies now, we want to login in ABP commercial using the MVC application, is it possible?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can pass the token to Abp Commercial, and log in to the Abp Commercial after verification the token.

  • User Avatar
    0
    KuldeepRathi created

    hi

    You can pass the token to Abp Commercial, and log in to the Abp Commercial after verification the token.

    it's custom logic or any predefined method available in ABP Commercial? if predefined methods or endpoint, provide me the list of endpoints and methods?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You need to implement these yourself.

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