How APISIX protects against the OWASP top 10 API security threats
In this blog post, we'll explore OWASP Top 10 threats and learn how APISIX can protect against them with examples.

Search for a command to run...
Articles tagged with #authentication
In this blog post, we'll explore OWASP Top 10 threats and learn how APISIX can protect against them with examples.

All web apps today need users to sign in and share their info to make their own profiles. This helps the app give them a personalized experience securely. There are two ways that the developers can authenticate the users — either they can create thei...

Sometimes, your business may need more details about your users than what they provide when they first sign up or log in. But how do you get these details? It wouldn’t be good to keep asking your users for the same information every time they log in,...

Magic links reduce the risk of password-related vulnerabilities. Passwords can be weak, reused across multiple accounts, or easily guessed by hackers using brute-force attacks. Magic links, on the other hand, are time-sensitive and unique to each log...

Authgear is a free-to-use identity platform to manage access to your applications. It uses a special OpenID Connect (OIDC) protocol and OAuth 2.0 Authorization Framework to confirm who users are and allow/disallows them access to protected resources....

In today's digital industry, any successful application must prioritize both security and user experience. User authentication is one of the critical aspects of application security, but it can also be a significant challenge for developers because i...
