35. Adding User Authentication (Login) to our Charity Registration Web App

Опубликовано: 06 Июнь 2026
на канале: Nico Kock
41
2

Objective:

In this lesson, we will enhance our charity-registration module by implementing user authentication. This is a crucial step to secure our application and ensure that only authorized users can access it.

Key Steps:

Add a session-config entry to our web.xml.

Implement an in-memory database to store user credentials.

Create a login page and servlet for user authentication.

Adding custom login to our JEE 8 Web App Module

https://nicordesignsllc.github.io/Jak...

jee8-login-jstl git branch

https://github.com/NicorDesignsLLC/Ja...