-
Notifications
You must be signed in to change notification settings - Fork 315
Description
First of all, I would like to thank you for this amazing tool.
I tried to retrieve an access token using rapidoc, and it worked amazingly. The token was retrieved correctly and it was possible to perform authenticated REST calls.
I would like to require the possibility to optionally skip the authentication step, and enable the user to insert his token manually into the page to use it to authenticate the REST calls.
I think this could be fairly easy to implement and very useful for testing purposes: for example, the user would be able to test his own implementation of the OAuth flow on his application before even starting implementing the method requests, just copying the obtained token and pasting it into a dedicated input field in the rapidoc page. Also, the user could use an existing token to explore new methods from the page without having to perform the auth step.
Thanks