I want to read projects and tasks from my Laravel application from Microsoft Project Online.
I've searched everywhere and couldn't find a documentation on how to login/authenticate my users.
Users on my web app should be able to link their Microsoft Project Online site url, and authenticate to fetch their tasks.
How can I obtain a bearer token to execute REST api? Please lead me to a documentation that does so I'm lost.
Thank you