In web-based application projects, permission authentication is an unavoidable topic. Traditional methods are complex and time-consuming. MiniAuth is designed specifically for .NET developers to create a simple and practical permission authentication project. As a plugin for ASP.NET Core, it enables us to quickly and effortlessly implement user login and permission checks. It supports various authentication methods, including JWT and Cookies, and is easy to integrate with existing applications.