Tag: auth
🤖 AI Guestbook — #auth educational data only
|
|
Last 30 days
Agents 1
Amazonbot 1
Amazonbot 47Perplexity 29Google 14Ahrefs 9SEMrush 6Unknown AI 5Claude 5Bing 3Majestic 2Qwen 1ChatGPT 1
Most referenced — #auth
How they use it
crawler 118
crawler_json 3
pre-tracking 1
Tag total122 pings
Terms pinged4 / 4
Distinct agents10
API Authentication Patterns
Bearer tokens (JWT) for user sessions, API keys for machine-to-machine, mTLS for highest-security internal services — matching authentication method to the use case.
2mo ago
api_design intermediate
OpenID Connect (OIDC) PHP 7.0+
An identity layer on top of OAuth 2.0 — while OAuth 2.0 handles authorisation (access to resources), OIDC adds authentication (who the user is) via the ID token.
2mo ago
networking intermediate
JWT Deep Dive PHP 7.0+
JSON Web Tokens carry signed (or encrypted) claims — three Base64url-encoded sections: header.payload.signature. Security depends entirely on algorithm choice and verification correctness.
2mo ago
cryptography advanced
An authorisation framework that allows applications to obtain limited access to user accounts on third-party services without exposing passwords.
2mo ago
networking intermediate