Login System in TWO Lines of Code - ASP.NET Core 8

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

For those, who just want to see the Two Lines of Code, the first one is at 3:15, and the second one is at 3:45

baetz
Автор

Way more than 2 lines of code there bud……

weirdsteam
Автор

Very good video! One of the few where you don't have to fast forward 🙂 Thanks!

aioxio
Автор

Thanks for the video. Just a question, how do i go about modifying the endpoints? For example in login i want to get a claim for user id and user role.

Realswagoverlord
Автор

Thank a lot for this video.

Now in previw 7 we have new endpoints
GET /identity/confirmEmail
POST
POS /identity/resetPassword
GET /identity/account/2fa
POST /identity/account/2fa
GET /identity/account/info
POST /identity/account/info

MihaiMoisei
Автор

I cannot see an endPoint for user to Logout, can you please explain the situation please

rezamoghbel
Автор

Can you create a video that shows how to setup and access the login via Blazor WASM Client app?

way_no
Автор

Very cool, thank you, Identity can be so fraught to work with, good to see it getting some love in Net 8

blackpaw
Автор

This is nice! Does it have built-in invalidation mechanism for tokens and refresh tokens?
Thanks for your content!

fredimachadonet
Автор

I have the following problem in the Context, I cannot have FbContext and IdentityDbContext at the same time, if I have more classes to migrate? Any advice?

TheNefelin
Автор

how can we use this from an mvc admin panel.. (sending request from mvc app to web api authorize for admin folders)

thesandboxgamingvideos
Автор

All is honky dory until somebody loses a hand... How can I extend the endpoints? For example, in login I want to send associated information to the user, like orders or profile or any other complement... I'm sure it can be extended... any resource?

dmzone
Автор

This is amazing! Only possible from 8 preview? Absolutely very easy!

jannickbreunis
Автор

Is it possible to use this feature without EF? Eg. with Dapper or with no database at all (just keep the data in the memory)?

electrocatalyst
Автор

Is there a way to make this work with Dapper instead of Entity Framework Core?

maacpiash
Автор

Thank you for this. But I wish you could also explain the purpose of each line.

arsman_ahmad
Автор

Thanks for the content! I’ll try it out

SanderIwase
Автор

Cool video!! How long is valid refresh token?

lukaszluczko
Автор

Make a Blazor App Custom Login System (Not Identity) in .NET8

MohiyoDeen
Автор

these are the two lines of code ? ;-) How many lines to configuration required, these are not the codes ? or random text ?

SIR_Studios