👉 Get Source Code: www.patreon.com/CodingDroplets DotNet MAUI Tutorial Series: ua-cam.com/play/PLzewa6pjbr3KKuUTp8ivXjcR4rvFvyoNw.html Web API JWT Authentication: ua-cam.com/video/w8I32UPEvj8/v-deo.html
Thanks for watching, and I’m glad you enjoyed the tutorial! 😊 The Initialize method in the MainPageViewModel is actually called from the OnAppearing override method in MainPage.xaml.cs.
Great example. I was able to run the Web API and .NET Maui app using a Dev Tunnel. Is there an expiration of the access token? Some examples in UA-cam uses JWT Refresh Token. Can we implement that also? Thanks!
I'm so glad the example helped you out! 😊 You're right. Access Tokens with expiry and using a refresh token is a smart way to get a new access token without needing the user to log in again. It’s definitely doable and a great way to keep apps secure. I’ll think about making a video on how to set up refresh tokens soon.
👉 Get Source Code: www.patreon.com/CodingDroplets
DotNet MAUI Tutorial Series: ua-cam.com/play/PLzewa6pjbr3KKuUTp8ivXjcR4rvFvyoNw.html
Web API JWT Authentication: ua-cam.com/video/w8I32UPEvj8/v-deo.html
Thank you for making me know MAUI
You're very welcome! 😊 I'm so glad I could help introduce you to MAUI.
Very good!
Thank You so much!
Great tutorial! Just one question, the Initialize method in the MainPageViewModel - how is that getting called? Thanks!
Thanks for watching, and I’m glad you enjoyed the tutorial! 😊 The Initialize method in the MainPageViewModel is actually called from the OnAppearing override method in MainPage.xaml.cs.
Great example. I was able to run the Web API and .NET Maui app using a Dev Tunnel. Is there an expiration of the access token? Some examples in UA-cam uses JWT Refresh Token. Can we implement that also? Thanks!
I'm so glad the example helped you out! 😊 You're right. Access Tokens with expiry and using a refresh token is a smart way to get a new access token without needing the user to log in again. It’s definitely doable and a great way to keep apps secure. I’ll think about making a video on how to set up refresh tokens soon.
@@CodingDroplets Looking forward on your next video. I appreciate your work.
Excellent .Can you make video about push notification ?
Thanks
Thank you! I'm glad you liked the video. I'll definitely consider making a video on that. Stay tuned! 😊