# Get auth configuration
GET /api/auth/config
Returns sign-in / sign-up URLs and the auth provider in use so clients can route the user correctly.
## Request
```bash
curl -X GET 'https://sourced.sh/api/auth/config' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Responses

### 200

Auth configuration.
