toenuff / flancy

A micro web framework for Windows PowerShell
MIT License
188 stars 21 forks source link

Need to support authentication options supported by Nancy #11

Open toenuff opened 8 years ago

toenuff commented 8 years ago

I haven't even looked at what is possible. This will likely flush out into a few issues.

alexmags commented 8 years ago

+1 for authentication. Would be useful for PowerShell commands to run in the context of the user/service account that made the web request. E.g. kick off some password reset process as the user

apetitjean commented 8 years ago

I'd love to have the ability for a user to authenticate using oAuth2 protocol (I mean using his FB, Google or Twitter accounts).