This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| SEE FIRST COMMENT FOR DESCRIPTION AND USAGE | |
| */ | |
| const Keycloak = require('keycloak-connect') | |
| const express = require('express') | |
| const session = require('express-session') | |
| const app = express() | |
| const LOGIN_PATH = '/login' | |
| const LOGOUT_PATH = '/logout' |