Declined
Last Updated: 13 Mar 2020 10:29 by ADMIN
Ben Hayat
Created on: 11 Mar 2020 05:03
Category: Window
Type: Feature Request
2
Login component

Login Component:

A) Login dialog  - A popup dialog where we can attach a model to the dialog.

B) Login with register button - Where we can provide the register page or register popup to call

C) Login with Forgot password and rest password

D) Login with default

1 comment
ADMIN
Marin Bratanov
Posted on: 11 Mar 2020 12:17

Hi Ben,

The authentication features come from the framework and, if you need to, some custom logic in your project. What the user sees when they need to log in depends entirely on your app - you can use Blazor components, or leave the default template where Razor Pages are used. In the first case, you can use our Blazor components to build a form, a popup and so on. In the second case, you can use razor components (see here) or our ASP.NET Core components.

We could hardly offer an entire templated component for authentication logic, because:

  • it would be highly specific to each app layout and design, so you would have to create it yourself anyway
  • the code logic for it would also be highly specific to each app so we can't automate that either

Am I missing or misunderstanding something?

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor