designmynight / laravel-mongodb-passport

A package to get Laravel Passport working with MongoDB
MIT License
67 stars 75 forks source link

fix: refresh tokens #34

Closed JasparGupta closed 4 years ago

JasparGupta commented 4 years ago

Fixes refresh token functionality.

Sets expires_at property as a date type. Use array syntax when checking the revoked property. Also update minimum passport version constraint.

saibotk commented 4 years ago

It would be really nice to get this in, as this is currently unusable. But maybe without the explicit need for the MongoDB class