This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Revisit identity factoring and react to Auth 2.0ย #651
Closed
Description
The SignInManager currently is too coupled to cookies. It should ideally be able to switch methods for persistence. Currently, there's no way to use the SignInManager
and enable a simple token style authentication using either the standard Bearer
tokens, or a custom headers which are required for pure API services.
Either that, or the SignInManager
should be moved into a namespace that emphasizes that most of its functionality only work with cookies. Shouldn't be under a very generic purview.