Viewing profile — Arnout
Arnout
HN member- Joined
- Tue, Jun 26, 2012, 10:48 AM UTC
- HN karma
- 24
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About Arnout
No profile information was provided.
Recent public activity
-
comment
Comment #22891274
Hah. They could still improve it by only accepting a single algorithm, rather than a list. edit: though there could be some internal use cases where you want a list, but it's a tra…
-
comment
Comment #22890873
Various, been a while since I wrote code using them myself. Often JWT tokens come from sources other than our own and they will have passed through user agent or client land. Don't…
-
comment
Comment #22890811
I've encountered issues like this in various systems using JWT at this point. The real problem is that developers blacklist the algorithms they don't want. Instead, the verificatio…
-
comment
Comment #21380597
Pretty much the case every single time. It's how cycling infrastructure finally got taken seriously in the Netherlands too - https://www.youtube.com/watch?v=XuBdf9jYj7o
-
comment
Comment #10059650
I last tried the bootcamp/vmware setup with a Vista partition; it really confused the activation system and kept de-activating.
-
comment
Comment #9302394
Don't trust the data before you verified it is indeed the common problem here. You have to be careful with JWK in a similar way: the public key can be specified a as a URL via the …
-
comment
Comment #4199232
Now annoyingly the ELB on AWS just bounces PATCH requests with a 405 Method Not Allowed. Our services are affected by this and I noticed there is a bug open over at Heroku regardin…