GitXplorerGitXplorer
j

Nancy.Demo.StatelessAuth

public
16 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
b8c9dc84f60185146124a77a15d969030de2a073

update code to match nancy standards

committed 12 years ago
Unverified
caa2b5c892291e0a009a5beb2cca275f2c7732fa

Organised solution

committed 12 years ago
Unverified
b3b915c224d562917345c4c761cd1342fde917cb

Updated README

committed 12 years ago
Unverified
a89f866945ffef8d4fd61c10bfd1906d1c709f34

modified readme

committed 12 years ago
Unverified
c1b6e2a546ad378552aafef5cd8e62e08695a3cf

Ordered Solution

committed 12 years ago
Unverified
ab0de5b41b4818081261383e41f0a84ef6f226d2

Added loose coupling for UserApiMapper to validate user

committed 12 years ago

README

The README file for this repository.

#Nancy.Demo.StatelessAuth

This is a demo for showing how you can implement stateless authentication in you Nancy applications.

When a request is made to the application it checks for a token in a authorization header.

This is then passed to a user validator class which returns a IUserIdentity if the user is deemed valid.

If the user is not validated then the request is not allowed to continue