Skip to content

Commit

Permalink
doc: rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Jan 18, 2024
1 parent 87e3e33 commit 3e628c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public OAuthAuthenticator(SamService samService) {
@Override
public Optional<AuthUser> authenticate(String bearer) {
try {
// TODO: Populate AuthUser from header values
var headers = requestHeaderCache.cache.getIfPresent(bearer);
if (headers != null) {
AuthUser user = buildAuthUserFromHeaders(headers);
Expand Down

0 comments on commit 3e628c8

Please sign in to comment.