Resource Center

Resource Center

Stay updated with the latest best practices, product updates, and expert tips on building secure, seamless user experiences with Authgear.

Securing the Perimeterless: Dive Deep into Zero Trust Architecture with Continuous Authentication
Industry

Securing the Perimeterless: Dive Deep into Zero Trust Architecture with Continuous Authentication

The cost of digital vulnerabilities is staggering. In 2023 alone, cybercrime is estimated to cause $6 trillion in global damages, a figure expected to balloon to $10.5 trillion by 2025. Every minute, 117 new records are exposed in data breaches, with the average cost of a breach topping $4 million. Closer to home, 46% of all cyberattacks target businesses with fewer than 1,000 employees, illustrating the widespread reach of the threat.

Dec 22, 2023
Taming the Workforce Wild West: WIAM for Extended Workforces and Access Management for Frontline & Contractors
Industry

Taming the Workforce Wild West: WIAM for Extended Workforces and Access Management for Frontline & Contractors

The modern workplace is no longer a nine-to-five saloon. It's a bustling frontier of diverse talent, from frontline staff to seasoned contractors. But managing their access? That's where things get dusty. Traditional WIAM solutions are like rickety stagecoaches – slow, clunky, and full of security holes.

Dec 14, 2023 3 min read
Add Social Login to Your Laravel Project Using any Provider
Engineering

Add Social Login to Your Laravel Project Using any Provider

Social login allows users to log in to your website using their existing account on social sites like Facebook, Twitter (X), and Google. In this post, we show how to implement social login in a Laravel project using any social login provider.

Oct 24, 2023
Build vs Buy in 2023: Top Considerations for Choosing Identity Management Solution
Industry

Build vs Buy in 2023: Top Considerations for Choosing Identity Management Solution

Choosing between building or buying an identity management solution is not a straightforward decision. In this article, we'll dive into the key considerations that can guide this decision.

Sep 13, 2023
Defend Against Broken Access Control: Protect Your Application Today
Engineering

Defend Against Broken Access Control: Protect Your Application Today

What is Broken Access Control? Clear examples, API/IDOR scenarios, and a practical prevention checklist (RBAC/ABAC, deny-by-default, testing). Updated for the coming OWASP Top 10 2025.

Aug 31, 2023 4 min read
How OAuth 2.0 Works: A Developer's Guide (2026)
Engineering

How OAuth 2.0 Works: A Developer's Guide (2026)

OAuth 2.0 is the standard behind "Sign in with Google" and every major API. Here's exactly how it works, with diagrams and code.

Aug 30, 2023 8 min read
Authentication for ASP.NET apps with Authgear and OpenID Connect
Engineering

Authentication for ASP.NET apps with Authgear and OpenID Connect

This blog post demonstrates how to add authentication features to ASP.NET apps with Authgear by implementing an OpenID Connect flow.

Aug 15, 2023
Get Notified in Slack for Every New User Sign Up With Authgear
Engineering

Get Notified in Slack for Every New User Sign Up With Authgear

This article will guide you through the process of integrating Authgear's Hooks and Events with Slack to send immediate notifications in Slack when a new user signs up.

Aug 10, 2023
Add Authentication to Any Web Page in 10 Minutes
Engineering

Add Authentication to Any Web Page in 10 Minutes

This post demonstrates how to easily add authentication to any Javascript Single Page Application (SPA) using Authgear.

Aug 4, 2023
How Profile Enrichment can boost your product
Engineering

How Profile Enrichment can boost your product

Explore how enriching user profiles work, their benefits, and how you can enable it using Authgear to boost your product usage by understanding who your customers are.

Jul 28, 2023
Easy Passwordless Login Experience with Magic Links and Authgear

Easy Passwordless Login Experience with Magic Links and Authgear

This post explores what magic links are and what you need to know to implement an email-powered login flow for your users with Authgear.

Jul 21, 2023
Authentication for Spring Boot App with Authgear and OAuth2
Engineering

Authentication for Spring Boot App with Authgear and OAuth2

Learn how to add authentication to your Java Spring Boot application using OAuth2 with Authgear as the Identity Provider.

Jul 12, 2023
Simplifying Authentication Integration For Developers With Authgear SDKs
Engineering

Simplifying Authentication Integration For Developers With Authgear SDKs

Authgear SDK libraries make it easy for developers to integrate and interact with Authgear.

Jul 7, 2023
What Is Identity as a Service (IdaaS) And Why Does Your Business Need It?
Industry

What Is Identity as a Service (IdaaS) And Why Does Your Business Need It?

Learn more about identity as a service and how cloud-based IAM can provider better scalability, streamline access management, and deliver smoother user experience.

Jun 13, 2023
How to Elevate Digital Customer Experience with CIAM?
Industry

How to Elevate Digital Customer Experience with CIAM?

Discover how CIAM solutions serve as the essential foundation to elevate digital customer experience, unlock seamless interactions and build customer loyalty.

May 29, 2023
Frictionless Authentication: What Is It & How To Implement It?
Industry

Frictionless Authentication: What Is It & How To Implement It?

Learn more about frictionless authentication and how to achieve it with passwordless innovations, practical strategies, and forward-thinking approaches to enhance user experience and security.

May 15, 2023
What is Customer SSO and Why Should You Implement it?
Industry

What is Customer SSO and Why Should You Implement it?

Learn more about the advantages of Single Sign-On for your customers and how your business can benefit from a unified login experience.

Mar 2, 2023
Social Login - Why You Should Implement It
Industry

Social Login - Why You Should Implement It

Learn how to easily enable social login in your website or app to increase conversion rate and deliver smoother user experience.

Feb 13, 2023
Password Spraying: What It Is and How to Prevent It?
Engineering

Password Spraying: What It Is and How to Prevent It?

Learn more about password spraying and the different methods to protect your users from it with Authgear.

Feb 2, 2023
What Is Session Management: Threats and Best Practices
Engineering

What Is Session Management: Threats and Best Practices

Session management is the process of handling interactions between a user and a web application. To understand its importance, consider that HTTP, the protocol underlying the web, is stateless. This means each request from a user is treated independently, and the server has no inherent way to remember or track a user's actions across multiple requests. Session management addresses this by creating a session—a series of related user interactions within a specific timeframe. By managing sessions effectively, web applications can maintain user state, personalize experiences, and enhance security. In this article, we'll delve into the complexities of session management, explore potential threats, and provide best practices to safeguard your web application.

Jan 15, 2023
Authentication vs. Authorization: The Differences in One Table
Industry

Authentication vs. Authorization: The Differences in One Table

Learn more about the differences between authentication and authorization, two important security processes, with one simple table.

Jan 13, 2023
Insurance IAM: How It Helps Acquire More Clients and Facilitate Collaboration?
Industry

Insurance IAM: How It Helps Acquire More Clients and Facilitate Collaboration?

IAM does more than just enhancing data security for insurance companies. IAM also helps acquire and retain more users and facilitate collaboration with external team members for insurance. See how IAM achieves these with our guide.

Dec 14, 2022
Credential Stuffing: What It Is and How to Prevent It?
Engineering

Credential Stuffing: What It Is and How to Prevent It?

Credential stuffing is a type of cyberattack involving use of stolen credentials and bots to gain access to user accounts. Learn more about it and how to prevent it with Authgear.

Dec 6, 2022
Broken Authentication: What Is It and How to Prevent It
Highlight

Broken Authentication: What Is It and How to Prevent It

Broken authentication is one of the OWASP Top 10 vulnerabilities that involves hackers impersonating users to compromise data security. See what the causes are and how to avoid broken authentication.

Nov 3, 2022