jbolthouse / svelte-dotnet-reactive

A project to present full reactivity in a Svelte, .NET, ReactiveX stack.
MIT License
1 stars 0 forks source link

User Authentication #1

Open BenBolthouse opened 3 years ago

BenBolthouse commented 3 years ago

Branch: feat/#1-User-Authentication

Story: As an application user, I want to have authorized access so that I can keep my privileged data away from bad actors.

Completion:

Dependencies:

jbolthouse commented 3 years ago

Looks good. Try to set up the environment using the latest .NET development container image from MS and use docker-compose, Dockerfile to execute the setup commands for NPM. Finally, add in the set up for VS Code Remote Container Development.