Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCore.Jwt

A simple and straightforward jwt authentication setup

  • Add authentication using services.AddAuthentication(NetCoreJwtDefaults.SchemeName).AddNetCoreJwt()
  • Generate tokens using HttpContext.GenerateBearerToken() overloads
  • To generate using DI, use IBearerManager service

About

A simple and straightforward jwt authentication setup

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages