Base solution for your next web application

Activities of "thiens0n"

Hi all,

I'm using asp net zero mvc project. I want to use 2 separate domain for frontend and backend, for example: frontend.com and backend.com. frontend.com map to front end page of application (Home/Index) backend.com map to backend application (Mpa) and not allow user access with link: frontend.com/mpa

Thanks,

Hi bro, I'm integartion my system using Aspnetzero with my partner Application. They need I develop function Authenticate. They's requirement: At first time: they will make POST http request to my system with parameter: { Username: "string", Password: "string" } they want I reponse for they: { Status: int, AccessToken: "String" } At second time: They make http post request to my system. "THEY CAN NOT CHANGE CODE FOR ADD 'Authorization: Bearer xxxx' TO HEADERS" { AccessToken: "string" } THEY WANT I RESPONSE USER INFO IF TOKEN VALID How do use /api/account/authenticate for this requirement?

Thanks all response

Showing 1 to 2 of 2 entries