WebFans Authentication Debug Tool

This tool helps debug WebFans authentication issues by showing detailed information about JWT tokens and verification.

Token Detection

Loading debug information...

JWT Verification

Enter the EdDSA public key from your WebFans application settings.

All Request Headers

Common Issues & Solutions

No WF-Auth header detected:

The redirector might not be forwarding the JWT. Check that you're accessing via *.webfans.site domain.

Token verification fails with "invalid signature":

The public key doesn't match the private key used to sign the token. Ensure you're using the correct application's public key.

Token expired:

The JWT has expired. Try logging in again to get a fresh token.

Algorithm mismatch:

Make sure your application is configured for EdDSA algorithm in WebFans dashboard.