Josh
Josh
I had a _lot_ of issues with the Redis example. I've now implemented a fully working example of Redis, and am planning on issuing a pull request to update the...
I just struck this one too. I'm still fairly new to Express, but try adding the oauth.authorize() call as a callback function to your route. E.g. ``` app.post('/oauth2/authorize', (req, res,...
@mjsalinger yes I implemented the model methods (using redis), however I found when using ``` return app.oauth.authorize(); ``` in my authorize route, the server would just hang. I didn't spend...
+1 for SEOMatic. I had an absolute nightmare today figuring out how to query SEOMatic data as an array so that I could use [this React package](https://github.com/joshuabaker/react-seomatic) to parse it...
@SHoogland this is back on my radar. Expect an update in the next week.
Good suggestion @jan-dh, I'm currently working on this and will update in here when this is good to go. I'm thinking something like this should do the trick:
Hi @d-simon, unfortunately this isn't a bug. When I first made the plugin project config was quite new and I didn't look at implementing it. In saying that, I've had...
Hi @d-simon and @znezniV, I've added support for project config which is available as release `1.5.0-beta.1`. ``` composer require thejoshsmith/craft-fab-permissions:1.5.0-beta.1 ``` This was quite a large change and involved modifying...
Hey @JoshCoady, it's been a while since I've looked at this but now that the stable release is compatible with Craft 3.5 I can bring this one up to date....
Hi @kevadamson, I don't see why not. Let me have a think about how this might work. I'll label it as a feature request for the time being.