Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 306 Bytes

File metadata and controls

9 lines (5 loc) · 306 Bytes

User session or user authentication

POST /_session/signIn to sign in with Username and Password QueryString or FormData.POST /_session/signOut to sign out.

or

import /_content/Silmoon.AspNetCore.Blazor/js/jsSilmoonAuthInterop.js

call doSignIn(username, password) and doSignOut().