Replies: 2 comments 3 replies
-
@burdziakm Hey hey! Great question! Let me think about the best possible option to deal with this case. I will get back to you soon |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @burdziakm, also have a Laravel project that uses Passport OAuth authentication. If you're still interested, here's how I implemented Request body and Responses handling through an |
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
-
Hello.
Got Laravel project with Passport Oauth authentication.
I have managed to add "oauth/token" API path along with "api" path by adding code in AppServiceProvider class boot() method:
Scramble detected all Passport endpoints at "oauth/token" path, but it can not resolve its Request and Response.
Is there a way to manually add Request and Response data to this endpoint, without publishing and modifying Passport vendor files?
Or maybe there is a way to completely manually describe such endpoint and add its informations to UI view?
Beta Was this translation helpful? Give feedback.
All reactions