Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 5, 2023
1 parent 577281a commit 0e24eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Auth0.AspNetCore.Authentication.Playground;

public class Auth0DistributedCache : IDistributedCache
public class CustomDistributedCache : IDistributedCache
{
private Dictionary<string, byte[]> _store = new Dictionary<string, byte[]>();

Expand Down

0 comments on commit 0e24eed

Please sign in to comment.