📄️ Authentication
Authentication is the process of verifying who a particular user is - verifying a
📄️ Authorization
Authorization is verifying what a specific user can do or has access to in the
📄️ Proxy - middleware
Proxy (formerly called middleware) in Next.js allows you to run code between a client HTTP request and your route handler.