issues
search
jbolthouse
/
svelte-dotnet-reactive
A project to present full reactivity in a Svelte, .NET, ReactiveX stack.
MIT License
1
stars
0
forks
source link
feat/#1-User-Authentication (complete minus tests)
#3
Closed
BenBolthouse
closed
4 months ago
BenBolthouse
commented
3 years ago
As stated above, behavior tests have not yet been written.
Identity is integrated but not being used at this stage.
Claims based cookie authentication complete awaiting loading of claims; none set yet.
Tested in Postman, exhibiting expected cookie delivery/deletion behavior.
Authentication routes currently at
https://localhost:5000/session
as POST and DELETE.