# AuthService ## Docs - [Login](https://mintlify.wiki/David-Andino/auth-service-dotnet/api/login.md): Authenticate and obtain access tokens - [Get Current User](https://mintlify.wiki/David-Andino/auth-service-dotnet/api/me.md): Retrieve information about the authenticated user - [Refresh Token](https://mintlify.wiki/David-Andino/auth-service-dotnet/api/refresh.md): Obtain a new access token using a refresh token - [Register](https://mintlify.wiki/David-Andino/auth-service-dotnet/api/register.md): Register a new user account - [Revoke Token](https://mintlify.wiki/David-Andino/auth-service-dotnet/api/revoke.md): Revoke a refresh token (logout) - [Authentication Flow](https://mintlify.wiki/David-Andino/auth-service-dotnet/concepts/authentication-flow.md): Complete authentication flow from registration to logout - [Security Features](https://mintlify.wiki/David-Andino/auth-service-dotnet/concepts/security-features.md): Comprehensive overview of all security mechanisms in AuthService - [Token Rotation](https://mintlify.wiki/David-Andino/auth-service-dotnet/concepts/token-rotation.md): Deep dive into refresh token rotation and reuse attack detection - [Configuration](https://mintlify.wiki/David-Andino/auth-service-dotnet/guides/configuration.md): Complete guide to configuring the AuthService - [Error Handling](https://mintlify.wiki/David-Andino/auth-service-dotnet/guides/error-handling.md): Understanding error handling in AuthService - [Production Deployment](https://mintlify.wiki/David-Andino/auth-service-dotnet/guides/production-deployment.md): Checklist and guide for deploying AuthService to production - [Installation](https://mintlify.wiki/David-Andino/auth-service-dotnet/installation.md): Complete guide to installing and running AuthService on your local machine - [Introduction](https://mintlify.wiki/David-Andino/auth-service-dotnet/introduction.md): Production-ready JWT authentication service with refresh token rotation and comprehensive security features for ASP.NET Core - [Quickstart](https://mintlify.wiki/David-Andino/auth-service-dotnet/quickstart.md): Get AuthService running in 5 minutes and make your first authenticated request - [Account Lockout](https://mintlify.wiki/David-Andino/auth-service-dotnet/security/account-lockout.md): How account lockout protects against brute-force attacks - [Password Hashing](https://mintlify.wiki/David-Andino/auth-service-dotnet/security/password-hashing.md): Deep dive into PBKDF2-SHA512 password hashing implementation - [Token Validation](https://mintlify.wiki/David-Andino/auth-service-dotnet/security/token-validation.md): How JWT tokens are validated and secured