Skip to main content

3 posts tagged with "Passport"

View All Tags

Flash messages notify the user about various things as they interact with the application. For example if a login failed, why it failed.

Checking if user is authorized to edit content by comparing user ID to author ID. Creating middleware function, and dynamic GUI controls based on ID.

Implementing user authentication in an Express application using Passport JS. Setting up login and registration forms, authentication routes, and template modification based on authentication.