Algo-Web / POData-Laravel

Composer Package to provide Odata functionality to Laravel
MIT License
34 stars 29 forks source link

How do I set Authentication #177

Open RogierWijsman opened 5 years ago

RogierWijsman commented 5 years ago

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.

CyberiaResurrection commented 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?

maxdevis commented 4 years ago

hi, i set APP_DISABLE_AUTH=true, but laravel get redirected to home any help? br Max

CyberiaResurrection commented 4 years ago

@maxdevis , could you add your report as a separate issue, adding the following: