Austin Pray

Results 65 comments of Austin Pray

@gonzalo-bulnes I like this. So if I understand correctly, for someone like me who overwrote their passwords controller, one would place a function call in the "update" section of the...

Before we go any further: @dmdeller what exactly are you trying to accomplish by resetting the authentication token after a user signs out? What issue does this solve?

So you are concerned that the API client will not clear the token from it's local store (cookies, localStorage, etc.) and then someone can then access that user's account by...

Related: If you want to do something like "ignore everything except a couple files" it does not work with ag. gitignore ``` * !whitelistedfile.txt ``` `ag --nocolor --nogroup --hidden -g...

@TangRufus I'm down for doing all this >- Bump PHP requirement >- Add declare(strict_types=1); >- Add type hints Let's do it and tag a 2.0?

@benpickles maybe just push the WIP and let me do some polishing? Created a little proprietary component that approximates peity but would rather just contribute upstream.

> Suggestion: if `.env` if not exists, `die()` with an error messge and link to roots.io/docs before > > https://github.com/roots/bedrock/blob/e9400200cdbdf00c97e7ad80802c48221ec7ac8d/config/application.php#L32 > > Similar to https://github.com/roots/sage/blob/6d66debe17dc413cd9f276ddb42a368bf0dc844d/functions.php#L15 This doesn't work for dockerized...

There’s code a couple comments up if you want to test it https://github.com/roots/bedrock/issues/474#issuecomment-544714647

https://github.com/roots/bedrock/pull/366 I’m gonna try to help get this going next week