Skip to content

Example asp.net core webapi with jwt and social tokens custom granting proof of concept

Notifications You must be signed in to change notification settings

Kukks/openiddict-custom-grants-example

 
 

Repository files navigation

#openiddict-custom-grants-example A proof of concept based on capesean/openiddict-test (http://capesean.co.za/blog/asp-net-5-jwt-tokens/ )

##Objectives:

  • Enable Authentication to an asp.net core backend
  • Support JWT Tokens
  • Support Social Logins without loading a page from the auth server

##How will this be achieved?

  • ASP.NET Core
  • ASP.NET Identity V3
  • Entity Framework V7
  • OpenIddict
  • JWT Token support was already implemented from the main repo I forked from
  • Custom Grant types supported by this PR: openiddict/openiddict-core#205

##Status

Implementation is complete!

  • Facebook Custom grant
  • Standard Password Grant
  • Revealing Pattern for grant handling

##Todo

  • Add Google Custom Grant
  • Add an Aurelia Demo
  • Clean up

About

Example asp.net core webapi with jwt and social tokens custom granting proof of concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 67.3%
  • HTML 21.8%
  • CSS 6.9%
  • JavaScript 4.0%