clarkeash / doorman

Limit access to your Laravel applications by using invite codes
https://packagist.org/packages/clarkeash/doorman
MIT License
1.02k stars 45 forks source link

Allow UUID v4 #51

Closed mikemand closed 4 years ago

mikemand commented 4 years ago

In the future, we may need to move to using UuidFactory since it looks like they changed the Uuid class to be a wrapper for the factory but for now it works with both v3 and v4.

clarkeash commented 4 years ago

@mikemand thanks for adding this, sorry it took me a while to get to it, v5.0.1 has been tagged with your changes!

mikemand commented 4 years ago

Awesome, thanks @clarkeash!