Feat: Plex authentication #124

Merged
KevinMidboe merged 22 commits from feature/plex-authentication into master 2019-12-23 00:39:43 +00:00
Showing only changes of commit a5248f0631 - Show all commits

View File

@@ -8,6 +8,9 @@ const secret = configuration.get('authentication', 'secret');
const userSecurity = new UserSecurity();
const userRepository = new UserRepository();
// TODO look to move some of the token generation out of the reach of the final "catch-all"
// catch including the, maybe sensitive, error message.
/**
* Controller: Log in a user provided correct credentials.
* @param {Request} req http request variable