Nginx - Auth Request
Hello everyone,
I think the auth_request module for nginx is not supported in the nginx version installed with plesk.
Is there a similar solution on the nginx side with plesk? Or can we solve the same situation with Apache? Can anyone enlighten me if they know.
I tried a few methods but I couldn't get the result I wanted. I'm too lazy to set up the server from scratch, I keep postponing it as a last solution.
In short, here's the deal;
I made a licensing system. I connected it as an api with Lemonsqueezy, I am constantly synchronizing licenses, products and customers etc.
When composer is required for the package, I need to send an auth request from domain a, where "composer satis" is installed, to domain b, where the api is. In this way, I will be able to check the license.
6 Replies
Not to sound crude, but what does this have to do with filament?
Maybe some insight here though if you’re self hosting satis. https://freek.dev/1793-selling-digital-products-using-laravel-part-5-using-satis-to-install-private-packages
Selling digital products using Laravel part 5: Using Satis to insta...
Some of our products, like Mailcoach and Media Library Pro, are PHP packages for which people can buy a time-limited license. Of course, we want customers to be able to install our paid packages using Composer. Our paid packages are not registered on Packagist, because Packagist is meant to be used for free packages, and there's no way to handl...
Isn't that why we use the non-filament label/tag, or am I wrong? 🥲 If so, please excuse me.
Also, this is exactly what I was trying to do but I had a problem on the Nginx side and I was wondering if anyone had a similar problem.
Fair enough. But this is a help forum for filament. And this is a server issue.
Filament doesn’t dictate nginx, nginx dictates filament / laravel.
I do hope that someone has more insight for you though.
I know, but thank you for the information. I will take it into consideration 🙏🏼
The problem was independent of FilamentPHP anyway. I just thought if there is someone knowledgeable on the server side, they could enlighten me.
I hope there is, just saying it may be the wrong place to ask.