BegicHarun / portofolio_backend

Backend developed using .NET9 | Entity Framework 9 | PostgreSQL
0 stars 0 forks source link

Backend - Authentication and Authorization for Admin Panel #15

Open BegicHarun opened 3 hours ago

BegicHarun commented 3 hours ago

Description: Secure the admin panel endpoints with JWT-based authentication. • Tasks: • Create Admin model with Username and PasswordHash. • Set up login endpoint to generate JWT for authenticated admin users. • Protect admin endpoints to allow only authenticated access.