Open RogierWijsman opened 5 years ago
@RogierWijsman , apologies for letting this drop through the cracks.
How are you handling authentication in the Laravel application that you're bolting POData-Laravel onto?
hi, i set APP_DISABLE_AUTH=true, but laravel get redirected to home any help? br Max
@maxdevis , could you add your report as a separate issue, adding the following:
I am trying to create an Odata connection to pull some data from a Microsoft service that can handle Odata connections.
I configured the PO-data as instructed. When I go to http://127.0.0.1:8000/odata.svc/Users I see the User data. I am just wondering how I am supposed to set/manage authentication. When is set APP_DISABLE_AUTH=false the data is not showing anymore and i get redirected to home page.