Search found 3 matches

by EmperorOfPlanets
16 Oct 2023, 04:23
Forum: Laravel package
Topic: External administrator or editor authorization
Replies: 4
Views: 29362

Re: External administrator or editor authorization


Authorization is done by the access view helper and you can create your own class which queries external authorization sources:
https://github.com/aimeos/aimeos-base/blob/master/src/View/Helper/Access/Standard.php

Then, extend the context service class and overwrite the addAccess() method ...
by EmperorOfPlanets
30 Sep 2023, 12:09
Forum: Laravel package
Topic: External administrator or editor authorization
Replies: 4
Views: 29362

External administrator or editor authorization

Aimeos uses separate authorization! Can I grant permissions to a user or editor within a session! I created an external authorization and my user ID is stored in the session. So that you can assign a role to a session? Sorry, I'm using a translator)