Skip to content

Commit

Permalink
fixes broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Jul 25, 2024
1 parent 00c435d commit 558b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/supertokens-vs-keycloak/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For an in-depth comparison, refer to the [SuperTokens vs Keycloak guide](https:/

## Introduction

Most, if not all, web applications require users to log in one way or another. Authentication and authorization have become basic requirements rather than features. It is very important to choose the right authentication solution and provider when building your application. To understand what authentication and authorization are and how they are different, [read this article](#).
Most, if not all, web applications require users to log in one way or another. Authentication and authorization have become basic requirements rather than features. It is very important to choose the right authentication solution and provider when building your application. To understand what authentication and authorization are and how they are different, [read this article](https://supertokens.com/blog/authentication-vs-authorization).

When building your application, you want the solution to be flexible and reliable while avoiding vendor lock-in. Many solutions are available, but a lot of developers prefer choosing an open-source solution because of the transparency it brings and because it can be easily replaced with a custom-built solution if that becomes a requirement in the future.

Expand Down

0 comments on commit 558b77e

Please sign in to comment.