Hi there,
I would like to know if the authentication/registration templates provided out of the box by MVC6 can be adapted to use token based authentication instead of cookies.
I'm writting a SPA application (angularjs), the idea is to use the templates, log in, and then the user is redirected to the single page application.
Are there any tutorial about this topic? I googled and binged about it but with no results.
It would be nice to be able to reuse that staff since it works very well and provides a lot of features that would be hard (and expensive) to write again.
Honestly I don't even know where to start.
Thanks in advance.