TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The never-ending product requirements of user authorization

67 点作者 CSDude超过 3 年前

8 条评论

twunde超过 3 年前
For anyone who wants to learn what a good authorization system looks like take a look at Tailscale&#x27;s recent blog post: <a href="https:&#x2F;&#x2F;tailscale.com&#x2F;blog&#x2F;rbac-like-it-was-meant-to-be&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tailscale.com&#x2F;blog&#x2F;rbac-like-it-was-meant-to-be&#x2F;</a><p>Really, if you&#x27;re going to be selling to enterprise clients, you want an attribute-based authorization system. If you need help designing it, talk to your IT&#x2F;Devops&#x2F;SRE teams, they&#x27;ll be able to complain about bad auth systems and what they&#x27;d want in an ideal world.
评论 #28589891 未加载
评论 #28590617 未加载
codeisawesome超过 3 年前
Interesting project, the post resonated, there are more architectural considerations here: <a href="https:&#x2F;&#x2F;docs.cerbos.dev&#x2F;cerbos&#x2F;0.6.0&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;docs.cerbos.dev&#x2F;cerbos&#x2F;0.6.0&#x2F;index.html</a>
anthonydelage超过 3 年前
Even as a PdM, I&#x27;ve felt the pain here. Usually it manifests as, &quot;we can&#x27;t solve this user problem because the authorization controls to make this work are too complex.&quot;<p>Looking forward to a world where this is a solved problem.<p>Disclaimer: Im friends with the author of the post.
emreb超过 3 年前
CEO of Cerbos here - we&#x27;d love to hear about the other headaches everyone has faced. Authorization as we know it, isn&#x27;t core to anyone&#x27;s roadmap and we want to make it as easy as possible to meet the all the crazy requirements.<p>We are building out examples of how to solve common use cases which you can find on <a href="https:&#x2F;&#x2F;cerbos.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cerbos.dev&#x2F;</a>
评论 #28590375 未加载
评论 #28593026 未加载
评论 #28589093 未加载
nhoughto超过 3 年前
Related and very interesting: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28543457" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28543457</a><p>Good to see more things happening in this space.
hamilyon2超过 3 年前
Access control is heart and mind of any business logic, is your backend system itself. You cannot outsource it, this is absurd.<p>The main question is &quot;what if it goes wrong?&quot;
评论 #28591710 未加载
svnpenn超过 3 年前
Isn&#x27;t this just reinventing OAuth?<p>OAuth already has grant_type and &quot;scope&quot; to cover different devices, flows and permissions.
评论 #28590689 未加载
评论 #28591555 未加载
评论 #28591177 未加载
Jay1234超过 3 年前
Please can you help me on it, I want it
评论 #28591505 未加载
评论 #28591621 未加载