https://shipreadyai.dev/learn/findings/o16-auth-settings

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# Sign in methods published by the backend

The public auth settings list these sign in methods: {providers}.

## Why AI-built apps get this

Backend sign in settings default to whatever gets a first account created fastest. Open signup and automatic confirmation are the defaults that make the demo work, and they are still the defaults on the day the product goes public.

## Evidence line

the public auth settings report mailer_autoconfirm: true

## The fix

Confirm each one is a method you meant to turn on, and turn the rest off.

## Prompt

List the sign in providers enabled on the backend and turn off the ones the product does not use.
