You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API that allows unauthenticated requests from stateful domains and requires bearer authentication and a paid Stripe subscription if used externally. Is it possible to make the Scribe requests stateful so I don't have to generate an account with a paid subscription when generating the documentation?
I tried adding the following code to the AppServiceProvider::boot method which worked in the sense that I bypassed the authentication but that resulted in CSRF Token Mismatch which I wasn't able to bypass.
Scribe version
4.39.0
Your question
Hello,
I have an API that allows unauthenticated requests from stateful domains and requires bearer authentication and a paid Stripe subscription if used externally. Is it possible to make the Scribe requests stateful so I don't have to generate an account with a paid subscription when generating the documentation?
I tried adding the following code to the
AppServiceProvider::boot
method which worked in the sense that I bypassed the authentication but that resulted in CSRF Token Mismatch which I wasn't able to bypass.I tried the following to bypass the CSRF Token Mismatch but that didn't work:
Is it possible to make this work or do I have to create a paid account in order to generate the documentation?
Thanks in advance!
Docs
The text was updated successfully, but these errors were encountered: