Joost Cassee

Results 62 comments of Joost Cassee

@belak As an outside contributor, I'm not inclined to suggest new framework-wide features. A hook for deferred execution sounds like it would work, but a simpler solution could be to...

I'm sorry to be way too brief again. I meant a Flask `BearerTokenValidator` that uses a token based on `JWTClaims`. This is something I quickly came up: ``` class JWTToken(JWTClaims,...

No, I don't believe the use of JWT as access tokens is covered in any RFC (apart from being the same mechanism used for id tokens). However, it is in...

A complete example would be useful, I agree. I'll see if I can add one. In the mean time, this should do the trick in your case: (not verified, may...

Hi Andrew, I agree that angular-hypermedia should support Angular 2. However, I have not yet looked at it. Is this something you would consider working (together) on?

I finally have a project that requires an Angular 2 hypermedia client. I think I am going to create a new project, though, as supporting Angular 1 and 2 at...

I read up on Traversion before I started this project. Some features of this projects (i.e. why I did not just use Traversion): * An explicit context for caching resources....

Are you sure the type of `response.data` is even a `Resource`? I would expect it to be plain JSON. Because the response type from a POST is pretty much undefined....

@cegoya Is this issue still relevant?

Not sure, no. I have not used django-geckoboard in a while, the project is dependent on people who do and submit pull requests. Might I get you interested in pursuing...