Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Nancy.Authentication.Token removed? #2109

Closed
thomasbindzau opened this issue Nov 12, 2015 · 3 comments
Closed

Nancy.Authentication.Token removed? #2109

thomasbindzau opened this issue Nov 12, 2015 · 3 comments

Comments

@thomasbindzau
Copy link

I tried to browse the source code for the token authentication, but found that is was removed in the following commit:
1fa90ef

A mistake, or has it been moved somewhere else?

@khellang
Copy link
Member

Yes, it has been removed. You can see the discussion at #1820 (comment). It's basically because we're moving to ClaimsPrincipal for Nancy v2 and it doesn't quite fit. We also don't really know the code well enough to maintain it properly, so we usually end up pinging @jeffdoolittle for all kinds of stuff. It would be great if someone in the community would pick it up and maintain it, though 😄

@gzpbx
Copy link

gzpbx commented Jan 11, 2016

removed from Nancy 1.x or 2.x ? I really need this Token thing ...

@khellang
Copy link
Member

Removed from 2.x 😄 If you need tokens, take a look at Katana's JWT support...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants