Can someone please tell me where I can find the Embedded Login api urls and body. Is there an api that is not password less ? Please point me to the flow as I can not find it in the docs. I also do not want to use the JS lib. embedded-login according to this I should be able to call the api directly.
If you want to exchange credentials directly for a token you can use the resource owner password grant. There are lots of reasons why we don’t recommend it, I would recommend reading and searching for that info before implementing.