小红花·文摘
  • 首页
  • AI Tokens🪙
  • 排行榜🏆
  • 直播
  • FAQ

Airbnb redesigned its authentication architecture around server driven flows and policy based challenge selection. The new Flexible Authentication system reduced authentication related code by...

Airbnb Cuts Authentication Code by 60% with Server Driven Architecture

InfoQ InfoQ · 2026-09-04T14:30:00Z

本文介绍Kubernetes v1.30.3中kube-apiserver的认证链结构,涵盖X509证书、SA token、静态Bearer、Bootstrap、OIDC及Webhook等认证器边界。文章区分401(认证失败)、403(授权失败)、503(存储或Webhook故障)等错误码,并讨论SA token过期、OIDC JWKS缓存等排障要点,强调认证与授权职责分离。

【kube-apiserver】Authentication:SA、Bearer、OIDC 边界

土法炼钢兴趣小组的博客 土法炼钢兴趣小组的博客 · 2026-08-28T00:00:00Z
Mitigated API authentication bypass for python.org download metadata

Python.org 近期修复了一个 API 身份验证绕过漏洞,并进行了第三方审计,确保下载元数据的安全性。

Mitigated API authentication bypass for python.org download metadata

mongona news mongona news · 2026-06-23T00:00:00Z

AWS recently introduced Amazon Cognito multi-region replication, which automatically replicates user identities and user pool configurations from a primary region to a secondary one. This enables...

AWS Cognito Adds Multi-Region Failover for Authentication

InfoQ InfoQ · 2026-06-20T07:40:00Z

A connection is not free just because it has not logged in yet. From the moment the TCP handshake completes, the would-be client is holding a backend slot counted against max_connections, and it...

Christophe Pettus: All Your GUCs in a Row: authentication_timeout

Planet PostgreSQL Planet PostgreSQL · 2026-05-01T01:00:00Z

HashiCorp has released Vault 1.21. This version introduces native SPIFFE authentication for non-human workloads, expands the granular secret recovery model introduced in Vault 1.20, and adds KV...

HashiCorp Vault 1.21 Brings SPIFFE Authentication, Granular Secret Recovery, and More

InfoQ InfoQ · 2026-03-28T10:05:00Z

I’m implementing the authentication module in a modular monolith built with NestJS. Initial Draft In the first draft, the User entity included the hashed password, refresh token, and refresh token...

Where should authentication data be stored in a modular monolith with multiple authentication strategies? (NestJS)

Hot Monthly Questions - Software Engineering Stack Exchange Hot Monthly Questions - Software Engineering Stack Exchange · 2025-11-07T08:33:48Z

认证系统与权限系统是两个独立的安全边界,常被混淆。认证用于身份验证,权限控制资源访问。通过解耦架构设计和协议分离,可以提高系统的安全性和可维护性。

认证系统(Authentication)与权限系统(Authorization)解耦设计 - 张善友

张善友 张善友 · 2025-09-07T02:55:00Z
如何解决TypeScript中缺失的esp/authentication文件夹?

在处理TypeScript项目时,文件夹缺失常见,可能由tsconfig.json配置错误、模块解析问题或依赖版本冲突引起。需检查路径、运行tsc编译并确认导入是否正确。如缺失文件夹,可手动创建并添加必要文件。

如何解决TypeScript中缺失的esp/authentication文件夹?

DEV Community DEV Community · 2025-05-05T20:15:23Z

本文提出了一种基于鼠标动态分析的用户认证方法,旨在克服传统认证方法的局限性。通过引入鼠标认证单元(MAU)和本地时间鼠标认证(LT-AMouse)框架,显著减少数据规模并提高用户行为表示的准确性,最终在多个数据集上超越现有性能。

Optimizing Mouse Dynamics for User Authentication Using Machine Learning: Addressing Data Sufficiency, Accuracy-Practicality Trade-offs, and Model Performance Challenges

BriefGPT - AI 论文速递 BriefGPT - AI 论文速递 · 2025-04-30T00:00:00Z
揭开Spring Security中身份验证的神秘面纱

身份验证是现代应用程序的基本功能之一,Spring Security框架用于处理身份验证和安全。本文简化了Spring Security的身份验证流程,解释了用户如何通过用户名和密码进行身份验证,并介绍了Authentication、UserDetailsService和AuthenticationManager等相关组件。理解这些步骤有助于读者掌握Spring Security的工作原理。

揭开Spring Security中身份验证的神秘面纱

DEV Community DEV Community · 2025-03-19T01:53:51Z

How to Configure SSH for GitHub Authentication on Windows Secure Shell (SSH) authentication is the recommended way to securely connect to GitHub repositories without needing to enter your...

How to Configure SSH for GitHub Authentication on Windows

DEV Community DEV Community · 2025-01-21T05:56:18Z

本研究提出了一种针对韩语用户的端到端唤醒词检测系统,结合语音身份验证以保护隐私。该系统在唤醒词检测和声音验证实验中分别达到了16.79%和6.6%的等错误率,显示出提升韩语用户安全性和准确性的潜力。

An End-to-End Wakeword System for Korean Users with Speaker Authentication

BriefGPT - AI 论文速递 BriefGPT - AI 论文速递 · 2025-01-21T00:00:00Z
🚀 介绍expo-line-authentication:简化React Native Expo应用中的LINE登录!🚀

使用expo-line-authentication库,React Native Expo应用可轻松集成LINE登录,简化流程,提升用户体验。

🚀 介绍expo-line-authentication:简化React Native Expo应用中的LINE登录!🚀

DEV Community DEV Community · 2024-12-17T07:16:13Z
Follow Subscription Source Authentication

吉姆·凯勒在《棱镜通讯》第112期中分享了他不断挑战自我的目标,强调追求卓越与创新的重要性,鼓励人们勇敢面对困难。

Follow Subscription Source Authentication

太隐 太隐 · 2024-12-01T12:28:22Z

本研究提出了一种新颖的多模态生物识别认证系统,结合面部、声纹和签名数据,显著提升了认证的准确性和安全性。

Multimodal Biometric Authentication: Enhancing Security through Shared Layer Architecture

BriefGPT - AI 论文速递 BriefGPT - AI 论文速递 · 2024-11-04T00:00:00Z

With MySQL 9.1 we introduce support for OpenID Connect, making secure authentication easier for developers and enterprises alike.

OpenID Connect (Oauth2 - JWT) Authentication Support in MySQL

Planet MySQL Planet MySQL · 2024-10-22T05:02:00Z

文章介绍了2024年身份验证与授权的区别,讨论了JWT、OAuth和Casdoor等工具。JWT用于无状态信息传递,OAuth用于第三方登录,Casdoor提供完整的身份验证解决方案,并支持多种协议和UI管理。结合Casbin进行授权管理,确保用户权限控制,适合现代应用的用户和权限管理。

Authentication, Authorization, MFA, and More with Golang

DEV Community DEV Community · 2024-10-14T20:29:15Z

Secure your Elastic Cloud account with multifactor authentication (MFA)

Elastic Blog Elastic Blog · 2024-09-19T00:00:00Z

JSON Web令牌(JWT)由三部分组成:头部、载荷和签名。JWT用于身份验证和授权。JWT应与加密或HTTPS一起使用以确保机密性。它们还应设置过期时间以降低风险。JWT是无状态的,允许安全传输身份验证和授权信息。

JWT 基础知识

DEV Community DEV Community · 2024-09-09T02:05:23Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码