Package me.nickhanson.codeforge.controller


package me.nickhanson.codeforge.controller
  • Classes
    Class
    Description
    Servlet handling the OAuth2 authentication flow with AWS Cognito.
    Servlet that handles routing users to the AWS Cognito hosted login page.
    Handles user logout by invalidating the local session and redirecting to Cognito logout.
    ServletContextListener that loads Cognito properties at application startup and makes them available as a servlet context attribute.