Authentication - SimplifyNet/Simplify.Web GitHub Wiki

Authentication

Simplify.Web uses the default Microsoft.AspNetCore.Authentication modules.

Example of using cookie authentication

Cookie authentication registration, user login

<< Previous page Next page >>