Skip to content

Commit

Permalink
Removed auth for stac catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
HeDo88TH committed Sep 20, 2022
1 parent 1aa7f07 commit 8da5faa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Registry.Web/Services/Managers/StacManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ public StacManager(

public async Task<StacCatalogDto> GetCatalog()
{
var currentUser = await _authManager.GetCurrentUser();

if (currentUser == null)
throw new UnauthorizedException("Invalid user");

var stacUrl = _utils.GenerateStacUrl();

Expand Down

0 comments on commit 8da5faa

Please sign in to comment.