Diego Hernandes
Diego Hernandes
No, latest-nginx should be pointing to `ambientum/php:7.1-nginx`. If you're not getting SSL, please try pulling the image again, it does not updates automatically. ``` docker pull ambientum/php:latest-nginx ``` So you...
I'll reopen this so I remember to include this guide on the docs, don't worry will merge it into a document and close it after that. Thanks
npm is available on the node image, not on the php one. use the node image for installing the npm dependencies.
I use a fork/copy of this repo customised for my own needs, so there's some time I do not install as it is, so other people may need to indicate...
@zanjs if Laravel supports different fields, this should actually be the same, right?
@phillip-elm Number 1 priority right now.
Hi, that's the only thing left, gonna push the logout functionality soon, but when dealing with JWT, logout means blacklisting a token
Hey guys, I'm using it on production, apart from blacklisting tokens, the rest of the functionalities are just helpers for you to plug on the controllers. I'm releasing it either...
Starting to work on the blacklisting now. It will be done by a caching, instead of storage. Any ideas, feel free to contribute. Thank you all!
Next time don't believe me, not even I remembered I was pending on this.