Unveiling the Chip Trap of Automotive Companies: Orin ≠ High Computing Power, Thor Comes in Different Grades

Unveiling the Chip Trap of Automotive Companies: Orin ≠ High Computing Power, Thor Comes in Different Grades

Automakers will never tell you that even with the sameOrinchip, the computing power can differ bythreetimes. SomeThorchips are only on par withOrin Xin terms of performance. Car reviewers only mention theThor platform in their test drives, withoutdisclosingspecific models andcomputing power. Thus, even with models labeled asL2+, the computing power can differ by four times while … Read more

Introduction to Go Project Development (Part 21): HTTP Service Authentication & Authorization

Introduction to Go Project Development (Part 21): HTTP Service Authentication & Authorization

1. Authentication and Authorization Authentication (authn): Used to verify whether a user has permission to access the system. If authentication is successful, the user can access the system (but may not necessarily be able to operate on the system’s resources). Authorization (authz): Used to verify whether a user has permission to operate on a specific … Read more

Understanding OAuth 2.0 for Single Sign-On

Understanding OAuth 2.0 for Single Sign-On

[Source] https://sourl.cn/hMw7yT Single sign-on (SSO) is a popular login method for multi-domain enterprise sites. This article aims to clarify the principles of OAuth 2.0 in implementing single sign-on, using real-life scenarios for better understanding. It also summarizes the implementation solutions for access control and its application in microservice architecture. What is Single Sign-On? Multiple Logins … Read more

Authorization in MQTT: Managing Access to MQTT Messages with ACL

Authorization in MQTT: Managing Access to MQTT Messages with ACL

Authorization is a security mechanism that determines whether to allow users, devices, or applications to access specific resources, operations, or information based on their identity and permissions. In computer systems, networks, web applications, and other environments that require protection of sensitive data and resources, authorization is a key measure for ensuring security and implementing access … Read more

Securing HTTP-Based APIs

Securing HTTP-Based APIs

This guide provides recommendations for securing HTTP-based APIs. It is aimed at technical personnel responsible for designing or building applications that provide HTTP APIs. Please note that you should perform threat modeling specific to your design to fully secure HTTP-based APIs. What is an HTTP-Based API? An HTTP-based API enables communication between different software systems … Read more

How to Organize Authorization Matters and Define Authorization Rights?

How to Organize Authorization Matters and Define Authorization Rights?

Recommended | Bian Zhihan Oral | Lei Chengshi Editor | Xu Jiasang Source | Based on the content of the public live broadcast of “From Pressure to Vitality: Decoding Huawei’s Winter Survival Strategy” Lecture 2 01 Organizing the authorization matters from two dimensions: Organizational dimension, Process dimension First, authorize from the organizational dimension. What kind … Read more