Skip to content

Commit

Permalink
fixing authorized datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Nov 28, 2023
1 parent cf4d75e commit f5bbec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon/request/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ async def wrapper(request: Request):

if access_token != 'public':
authorized_datasets, authenticated, username = await resolve_token(access_token, search_datasets)
else:
authorized_datasets = []
LOG.debug(authorized_datasets)


Expand Down

0 comments on commit f5bbec6

Please sign in to comment.