Nyoman Pradipta Dewantara

Results 30 comments of Nyoman Pradipta Dewantara

Nice idea to add this feature in fastapi-jwt-auth, I will add this in the next version thankyou 🙏

Glad to hear that ❤️ , unfortunately you can't do that along OAuthPasswordBearer, you can do that manually but it's to complex and I still testing only on jwt with...

ahh I forgot to add this on an example, try to import this @Heymann03 ```python import inspect, re ```

You must send X-CSRF-TOKEN in the header, for detail information you can check this issue #29

> @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...

> @IndominusByte. Is current user authenticated before using the end point _'/protected'_ ? Yes user must authenticate before can access endpoint *'/protection'*

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 stolen....

yeah sure, you can search my name on gitter tiangolo/fastapi and chat with me privately 😁

> When can we expect this feature?? @IndominusByte . I really like the options given by this package but lack of this authorise option really hurts. Can we have some...

Good idea I was thinking about that too, I will add the feature in the next version 😄