Login Flow In .NET MAUI App Shell (App Shell Login Flow)

preview_player
Показать описание
This video about implementing complete login flow using .NET MAUI App Shell.

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

This is an excellent example of how to start with MAUI. There are some abstractions needed for things like local storage and auth, but that is not the point of this video. This helped me even more than some Udemy courses.

StevenStuart-rbrn
Автор

I'm learning a lot from you sir. Appreciate all your hard work teaching.

MaddCoder
Автор

Very well explained, and you kept a sharp eye on very simple but tricky things 💯 👏

bilalrcc
Автор

Thank you very much for your initiative, looking forward some advance level tutorials, i am watching all the post you shared.

gurvindergurvinder
Автор

Thank you so much, you're a great teacher, explaining very well!

playerzzt
Автор

This is great. For me to get logout button hooked up properly, I had to add a binding context to the app shell xaml at the top of the file:



thebebinator
Автор

Thanks brother for the content, I leaned something new from this. In return you got a new subscriber here 😉👍

RajK
Автор

Yoo, really nice vídeo, thanks for sharing buddy! 🥰🥰

Marcelobernart
Автор

Nice explanation. Thank you for your wonderful demo. Could you please prepare a dynamic shell item base on permission. It will be more helpful for us .

akheruzzaman
Автор

I have problems with DI, I have several services Injected, but when I navigate from Login (ShellContent) to Main page (Tab) the transient services do not recreate them... seems like they are singleton through the Tab page any idea? how can I refresh the DI on that scene

josuemercally
Автор

Hello sir, I have an error, when I navigate too many times to the same page, I get an item with the same key has already been added. Key: 0

vxcugtx
Автор

Hello... what .NET version are you using? I had a similar approach with a target of.NET 7. I upgraded the project to use .NET 8 and navigation stopped working.

jaimestuardo
Автор

Just a quick one. When clicking login and being navigated to Dashboard page, my flyout it replaced with an <- and even when I remove the arrow it does not display the flyout menu. Please help

stevequirk
Автор

It seems like the login page still loaded when Login->DashboardPage appears->Logout->LoginPage Appears with the credentials in the corresponding entries.

mohamadnoureddine
Автор

you used StackLayout but when the resolution are different on mobile, the page will be diffrent... Used Grid !!

SamSam-sbxo
Автор

Thank you for the presentatiton. How about if we want to clear email & password entries while signing out?
I am in trouble with this issue.

gargoylecan
Автор

Great teacher. I am learning a lot from all your videos.could you share a full login project base jwt api?thank you.

yander
Автор

Can you make video on IShare for sharing the links?

jagadishwarballa
Автор

How to make flyout button being visible before user logins?
For example; I want to see all pages in flyout menu before user log in, in Dashboard tab in the flyout I want to show Login screen before login, and in the same Dashboard tab I want to show Dashboard page after user login. So it will be possible to see other pages in layout menu before login, also not possible to see Dashboard page before login. Any idea how to do this?

bearzal
Автор

Hello, thanks for this amazing tutorial. One question, I'd like to have both the flyout menu and tabs. How can I add tabs to this solution?

TaurusO