Skip to content

Ability to pass authenticated request though from laravel to Zon - this is the zon reciever

Craig Smith requested to merge api_auth_coms into master

On Art money we needed the ability to pass secure data between the laravel api and Zon api endpoints, keeping authentication, however as auth was done only on Laravel - we needed to set the zon session this allows us to do that securely

Merge request reports