Heymann03

Results 7 comments of Heymann03

@IndominusByte. Great work with your library. Started using it and then realized that there is no AUTHORIZE option like mentioned above. Can't we use the OAuthPasswordBearer along with this. I'm...

@IndominusByte thanks for the example. I tried and It throws me an error like below: ``` re.search("jwt_required",inspect.getsource(endpoint)) or NameError: name 're' is not defined ``` Thanks for the expires thing...

Ah! got it.. it's working now. However I'm not able to access the logout endpoint. In the response I send an empty access token to delete it. I'm getting the...

@IndominusByte! Should I use POSTMAN separately to send this X-CSRF-TOKEN in the header. Or is it something to do with curl commands. Compared to the example provided from the docs...

@IndominusByte. Is current user authenticated before using the end point _'/protected'_ ?

@IndominusByte. Thanks for the screen recording. I will try to incorporate the authorise in later stage. Right now I just need to produce access token refresh_token, retrieve current_user. But I'm...

> refresh_token for refresh the existing access_token by using a newly created token. the refresh token can help reduce the damage that can be done if an access token is...