clerk基础配置

clerk配置

  • User & authentication

    1. Email

      image-20260325174420180

    2. Username

      image-20260325174445767

    3. User model

      image-20260325174509971

  • SSO connections

    1. Apple

    2. Google

  • Attack Protection

    image-20260325174653008

  • sessions

    {
    “phone”: “{{user.primary_phone_number}}”,
    “avatar”: “{{user.image_url}}”,
    “userId”: “{{user.id}}”,
    “username”: “{{user.username}}”,
    “publicMetadata”: “{{user.public_metadata}}”
    }