nuxt-auth-utils
nuxt-auth-utils copied to clipboard
feat: add laravel passport provider
This PR adds a generic provider for Laravel passport oauth. baseURL for your laravel app, userURL: path get user from your laravel app.
create clientId and clientSecret using: php artisan passport:client
Feedback welcome
From what I see, this seems to be a generic OAuth Provider, wondering if we should just have defineOAuthEventHandler that need to get config directly to work
yes, here to minimize the repetitive functions for access to the laravel passport provider. so that the configuration can be simpler
Any plans on merging this, or making a generic OAuth provider available?
Any plans on merging this, or making a generic OAuth provider available?
+1