Viewing profile — woloski
woloski
HN member- Joined
- Mon, Mar 19, 2012, 1:06 PM UTC
- HN karma
- 156
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About woloski
Recent public activity
- comment
-
comment
Comment #21838494
things should be back to normal. Are you still seeing an issue?
-
comment
Comment #14421964
It is great to see that the industry is moving from webhooks to Functions. We've seen this model succeed at Auth0 with our Rules feature [1] implemented 3 years ago. Recently produ…
- story
-
comment
Comment #10176630
The article is talking about webtask.io, the underlying engine for sandboxed code execution used by Auth0 for allowing customers to extend the platform with arbitrary nodejs code. …
-
comment
Comment #10007458
Also looking for Technical Product Marketing Manager
-
comment
Comment #9997624
hi sean, it's a hidden program :). We started this year with the first two interns and there is not much there on the site yet. If you are interested, jobs+interns@auth0.com Type o…
-
comment
Comment #9997514
Auth0 https://auth0.com - Remote | Seattle, USA | Buenos Aires, AR Auth0 makes identity simple for developers. Our subscriber base consists of more than 24,000 developers at over 2…
- story
-
comment
Comment #9110182
Yep, you got it right. Re: holding the keys, response below. The encryption keys are on the server. We encourage you to deploy your own sharelock instance. We made that super easy …
-
comment
Comment #9110133
Read my response above.
-
comment
Comment #9110132
Read my response above.
-
comment
Comment #9110117
The encryption keys are on the server. We encourage you to deploy your own sharelock instance. We made that super easy with Heroku for instance ( https://dashboard.heroku.com/new?t…
- story
- story
- story
-
comment
Comment #8284484
To start with, OAuth is an authoriation protocol and JWT is a token format (a signed and/or encrypted piece of data). So they are orthogonal. The OAuth protocol doesn't specify whi…
-
comment
Comment #8283366
Thanks for spreading the word Adam! We (Auth0) are heavy promoters of the usage of JWT. Here are some articles about using JWT instead of cookies on single page apps with APIs, and…
- story
-
comment
Comment #7496428
We wrote a blog post that shows how you can authenticate your users and get temporary security credentials from AWS based on the user tokens to avoid putting your keys on the clien…
- story
-
comment
Comment #7138357
Yes, I don't think there is a one-size-fits-all answer. It will depend on your use cases. You can always start small using JWT and move to database backed tokens when you get a bet…
-
comment
Comment #7138321
For images that are protected you can use this approach http://blog.auth0.com/2014/01/27/ten-things-you-should-know-...
-
comment
Comment #7138193
Yes, that's correct.
-
comment
Comment #7085665
Hey, Matias founder of Auth0 ( https://www.auth0.com ) here (we wrote the original article). re: cookies vs xss. Expanding on sil3ntmac comment, based on my experience, it's easier…