Viewing profile — claystraw
claystraw
HN member- Joined
- Wed, Nov 24, 2021, 1:27 PM UTC
- HN karma
- 75
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About claystraw
No profile information was provided.
Recent public activity
- story
-
comment
Comment #29332003
We actually want to have it work natively together, but just can't find the time to implement it. But the team is growing, so we'll definitely have something here soon! :)
-
comment
Comment #29331183
Does https://news.ycombinator.com/item?id=29330103 answer your questions or can I clarify further? :)
-
comment
Comment #29331037
Clerk (your profile says you're CTO) has a per-user pricing though? Or are you planning on changing it? > It says "First 900 free" and "First 100 free" without any indication of wh…
-
comment
Comment #29330947
Ah, thank you for the clarification and I agree! Another point is that 3rd party tools can easily deactivate profiles (we've seen enough posts on HN about being locked out of a Goo…
-
comment
Comment #29330880
Thank you Sytten, this comment makes me happy because it confirms our bias! MAU pricing has always been my personal enemy. Ory is and never will charge on a MAU basis. Instead, we'…
-
comment
Comment #29330723
Nice, we'll add a guide shortly. This is already possible but we just didn't have time yet to add it to the guide :) If you want, create an issue in the GH ( https://github.com/ory…
-
comment
Comment #29330644
With great power comes great responsibility :) Having the flexibility to build persistence yourself is great, it comes at the cost and responsibility of continuously maintaining it…
-
comment
Comment #29330215
Yes absolutely, you can use the Ory SDK's `toSession()` function to resolve a Session Cookie (for browsers) or Session Token (for non-browsers, e.g. native mobile apps) to its iden…
-
comment
Comment #29330147
Thank you for these questions! First of all I want to say that Ory Kratos is built for customer facing authentication first, so many of the enterprise requirements (e.g. LDAP integ…
-
comment
Comment #29330103
Both! :) Ory Cloud is still in it's early phases and we have not been very good at communicating it well. Basically, we run Ory Kratos in Ory Cloud and it has full API and configur…
-
comment
Comment #29330030
Thank you! We've updated the links and they should work in a few minutes :) All of Ory's Open Source software is unique in a way that we strictly follow domain-driven design. Solve…
-
comment
Comment #29329948
I have not used NextAuth, so take my analysis with caution. As far as I can tell, NextAuth is similar to Passport.js as it offers many adapters to sign in with different providers …
-
comment
Comment #29329791
Passport.js is an integration library for an identity system - so it's like a client library. As far as I know (it's been a while) it does not solve the "registration" or "password…
-
comment
Comment #29329773
Hello, one of the maintainers of https://github.com/ory/kratos (the system used in the blog post) here :) We started Ory Kratos because we saw so many developers struggle with OAut…