0

I want to decouple my authorization logic as a separate project. However, it seems that the token generated is not valid for the whole solution. How do I make a nancy token along with its claims valid/verifiable for the whole solution ?

Cemre Mengü
  • 18,062
  • 27
  • 111
  • 169
  • I'm not sure I follow. Why would an auth token not be valid for a particular library? It shouldn't make any difference whatsoever – Rob Dec 09 '15 at 08:39
  • The project that generates the token is separate from the project that contains the api controllers. When I try to validate the token, it fails. Maybe I am doing something wrong – Cemre Mengü Dec 09 '15 at 08:43

0 Answers0