Comment update

This commit is contained in:
michaelpede 2021-04-13 15:00:35 -07:00
parent 0f4b82c37a
commit 554d1c5825
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class BasicAuthProvider implements Provider
private static final Logger LOG = LoggerFactory.getLogger(BasicAuthProvider.class); private static final Logger LOG = LoggerFactory.getLogger(BasicAuthProvider.class);
/** /**
* A simple BASIC Auth with static username and password. Purely for testing purposes. * A simple BEARER Token Auth with a set token.
* @param req The HTTP Request object from the servlet. * @param req The HTTP Request object from the servlet.
* @return true if authorized, false otherwise. * @return true if authorized, false otherwise.
*/ */