Great video! Can you please make a video on customizing identity like - using AppUser, using JWT instead of default bearer token, using roles and claims to authorize users
@kibriaislamotuno9406 You should add please in that sentence. 😉 But I totally would love a video on how to customize this and make use of roles as well, so we can not just Authenticate but also Authorize certain users so they are able to enter certain data while others cannot.
Thank you Mohamad. Great video once again, clear and easy to follow along. I would totally be interested in a video on a custom implementation of the AppUser, adding a username for instance and logging in with either that or the email. As well as adding some roles so it becomes even more useful and powerful.
How can I ask for username separately in register and login? When first setuped, username and email values take the same values in the database. I want the username value to be determined separately, how can I do that?
In all the videos I saw, none of them explained how to add new attributes to the registerDto (for example, there we only have the e-mail and the password, what if I want to add an address for example?) All of them, absolutely all of them, only show how .Net 8 has made authentication easier, In any case, your video was objective and didactic. Thank you. You've gained another subscriber
Thank you for your videos! Watched whole playlist. How can I contact you? I was trying to do it through your website. I have some questions about materials from your videos
Hey Mohamad, could you please create a poll about how many people use VC Code vs VS only for creating API. I would admire if these videos can be created using visual studio. However great content as always. Could you please share one where custom implementation is done?
Hi Mohammed, thanks for your amazing videos! I wonder about saving the tokens themselves. After a long search, it seems they are saved in memory, so with any pooling or recycling, the tokens are lost! How can we keep them?
Is there a way to allow the user to access protected endpoints without having to actually pass the token into postman or swagger? How does that bearer token get assigned to that user because in real life the user doesn’t pass a token to postman
Please can you do permission based authorization such that you create roles, add permissions and add users to that role who will inheret the perrmissions
Thank you Mohammed, again another great video ^_^ And yes it would be great and very helpful if you create a video on who to fully implement/customize Secure Identity ? and what is the best why to implement JWT as an Auth schema instead of bearer ? again Thank you so much and keep going, we really appreciate it
Thank you, please xan you make a video about identity server with api How we can get token and refresh token from identity server service by username and password