Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.22 KB

overview.mdx

File metadata and controls

13 lines (8 loc) · 1.22 KB
title description
Overview
Learn how to configure authentication and user management for your Clerk application.

Clerk supports multiple authentication strategies so that you can implement the strategy that makes sense for your users. You can use Clerk's Account Portal, pre-built components, or build your own custom flows.

Configuration

Clerk's configuration settings affect how the users of your application can sign up and sign in and which properties are editable via their user profile. You can also manage user sessions, control who gets access to your application, and customize the email & SMS messages that are sent by Clerk during authentication flows. All of these settings can be found under the User & Authentication section in the Clerk Dashboard.

Check out our detailed guide for information on how to set up your application.