Skip to content

daanl/OwinJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwinJWT

Description

Authentication via JWT (Json Web Token), an example app purely owin using Microsoft.Owin.Security.Jwt middleware.

Demo

Starting application will launch brower and return: Not Authenticated.

You can retrieve a JWT by doing a request to: http://localhost:36215/auth, that will give back an json object contain an JsonWebToken.

Doing a request with the following Authorization header will return: Authenticated SomeUser

Content-Type: application/json
Authorization: Bearer <yourtokenhere>
Host: localhost:36215

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages