Aly Sivji

Results 35 comments of Aly Sivji

What version of falcon-apispec and apispec are you using?

Sorry for the delay, will be taking a look at this tonight or tomorrow night.

@shazz Could you share the `LoginResource` you are using? Not sure how your `__init__` works.

I experienced a similar issue re: not being able to exchange tokens due to the state parameter. Turns out it's because the `OAuthSession` keeps track of the [state it generated...

I like the idea of autogenerating documentation. Currently we grab docstrings from Falcon app and pass them to apispec. For autogeneration, we would have to modify (or generate) that docstring...