fsprojects-archive / zzarchive-FSharpCommunityTemplates

Templates for F# projects, by the F# community, for use in Visual Studio, Xamarin Studio and other editors
MIT License
103 stars 27 forks source link

Add Authentication selection to F# web templates #36

Open panesofglass opened 10 years ago

panesofglass commented 10 years ago

The new MVC5 and Web API 2 templates launch a selection mechanism that allows the user to select an authentication scheme. The current templates would relate to the "No Authentication" option. We need to add additional templates that add the OWIN and/or WIF authentication given some parameters. If nothing else, we could add the Startup class and insert placeholders and a README to inform the user how to complete the configuration.

kylone commented 10 years ago

I'm actually working on this with my own project.

panesofglass commented 9 years ago

@kylone did you ever happen to build something we might be able to incorporate into the templates?

kylone commented 9 years ago

Not so much.