greenpau / caddy-security

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
https://authcrunch.com/
Apache License 2.0
1.49k stars 73 forks source link

question: form-based login #340

Open tribor opened 5 months ago

tribor commented 5 months ago

Flexible Authentication Schemes Implement various authentication methods, including form-based, ...

I didn't find infomation on how to use the form-based method. My understanding is that you get an "enter the secret password to continue" dialog, where you then enter a string to proceed. This would be great to use instead of a basic auth method

tribor commented 5 months ago

any ideas?

tribor commented 2 months ago

is it still a missing feature?