koole / react-sanctum

Easily hook up your React app to Laravel Sanctum and Laravel Fortify
MIT License
152 stars 26 forks source link

User Type defenition #149

Closed WildEgo closed 2 years ago

WildEgo commented 2 years ago

Hey mate just picked up this library to fool around, noticed there's no way to set my user type as anything besides what is defined on the library, is there any chance we could add something for it to be useSanctum<TypeDef>() giving the user whatever the type TypeDef is?

WildEgo commented 2 years ago

@koole #151 adds this functionality.