---
title: "Logins"
description: "The logins.conf lets you configure which login methods are enabled for wallet authentication"
stack: "Community Stack (open source) — version 0.21.0"
stack_version: "0.21.0"
stack_comparison: https://docs.walt.id/community-vs-enterprise.md
canonical_url: https://docs.walt.id/community-stack/wallet/configurations/config-files/logins
generated: 2026-07-20
---
# Logins

The `logins.conf` lets you configure which login methods are enabled for wallet authentication

### Example
```editorconfig[logins.conf]
enabledLoginMethods: [
    "email",
    "web3",
    "oidc"
]
```
