xavier-GitHub76 commented on issue #25876: URL: https://github.com/apache/superset/issues/25876#issuecomment-1815797672
Hi, thanks a lot for your reply. I don't understand why we must use http://localhost:8000/login whereas the endpoint api 'login' exists. I don't find documentation about using api superset (just the swagger which does not specify the logical order of the endpoints) I try your example with postman but I have not the same result. 1. {{url}}/api/v1/security/login --> OK, I have an access_token (that I store in a variable) 2. {{url}}/api/v1/security/csrf_token/ --> OK, I have an csrf (that I store in a variable) 3. {{url}}/login  but I have the result :  On your screenshot, you have 10 parameters for the header, I have just 9. Could you show me the detail of your header and the result of your execution ? 4. {{url}}/api/v1/me/ with access_token and csrf token   The result is always "Not authorized" 😞  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
