Replies: 1 comment
-
|
Your first solution is better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I would look to build an OpenAI app for chatGPT using the laravel-mcp package.
Currently my app in beta use laravel sanctum for authentication, with:
Since openAI request an OAuth 2.1 for authentication it seems i need to use laravel passport.
Would you advise me to keep sanctum for the nuxt and electron app, and serve mcp endpoints via passport?
Or better to remove sanctum completely and use only passport to avoid conflict?
I would really appreciate your recommendations,
Thank you,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions