Skip to content

qwitriy/Firepuma.MicroServices.Auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firepuma.MicroServices.Auth

An authentication library for secure communication with microservices

Quick Start

public void ConfigureServices(IServiceCollection services)
{
    ...

    services.AddOpenIdConnectTokenProvider(Configuration.GetSection("TokenProvider"));

    ...
}

Use options AutoRefreshEnabled and AutoRefreshInterval to register a hosted service that will automatically refresh the token and use a singleton CachedMicroServiceTokenProvider.

About

An authentication library for secure communication with microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 97.1%
  • Dockerfile 2.9%