Hey there! I've got an issue with the signup form due to a custom addition on my end. To fix it, I disabled the signup route. If it is possible to add this as a setting to disable such route, or redirect it, would be awesome!
Private Forum Facade
@SychO idk if your aware but this blocks/makes the PWA addon act weird when force redirecting to login page this seems to be intermittent though given I could get it working on Edge(could be caching tbh) but not on brave browser no matter how i ran brave with or without cache logged in already vs logged out
I can see that the div is .pages-page , but it still does not work.
could you be so kind and provide a sample on how to exclude a route so that a page of the fof/pages extension is visible without redirection to the private facade? Thanks!
GreXXL it should be pages.page
. I'm planning on adding exclusions by url path, but probably not anytime soon.
One thing I did notice when using this extension is that you get the following error in the console:
Manifest: Line: 1, column: 1, Syntax error.
I think it also has something to do with why I am not getting PWA to run on this installation - but I have to figure that out separately.
GreXXL it is incompatible with a lot of extensions that offer this type of guest interface. If you thr setting to force redirect is enabled. The extension assumes there is an intention to keep community content private. So it blocks off forum and api requests apart from auth.
I usually add the obvious routes from extensions that should be excluded (like fof oauth) but the user exclusions setting exists to allow further allowing by the admin.
I remember why the input for that accepts route names rather than a path. Paths do not differentiate between GET and POST and other types of requests. Whereas a route name is precise.
I wonder how difficult it would be to build a route selection component. That way options are visible.
SychO understood. But I think taking away the possibility to use 2FA authentication is kind of not ideal - especially if you want a closed/secure community. This is not a blocking issue for my use-case, but it would be nice to have. What is more annoying is the other error GreXXL, as it seems to make using PWA a problem.
Is this extension abandoned?
tolgaaaltas no, it's off extiverse temporarily, will try to make it available again this weekend
- Edited
Now Free
This extension is now Free, thank you to everyone who have purchased this before!
composer require sycho/flarum-private-facade:*
Additions
- URL path exclusions from force login redirect.