simple-authentication

How do I manage my authentication with WorldDomination and Nancy?

放肆的年华 提交于 2019-12-04 12:05:59
问题 I'm trying to get social authentication working in an asp.net-hosted Nancy web app using the WorldDomination SimpleAuthentication plugin for Nancy. TL;DRs skip to the question bolded at the bottom of the question. Both are pretty nice, but there is a big documentation gap between the authentication process (well covered) and identifying the authenticated user during requests other than the initial authenticate request (nothing). Nancy provides for basic and forms authentication via additional