Answer the question
In order to leave comments, you need to log in
How to create registration by token?
I'm starting to write a client-server application. MySQL database
There is a USER table. There is a RECORD table. one-to-many relationship.
How to organize authorization, user registration, so that after logging in a profile with their records is displayed?
technology stack: .NET, WEB API
Answer the question
In order to leave comments, you need to log in
Create an ASP.Net application (not Core). In the wizard, select MVC and check the WebAPI checkbox, change authentication to Individual Accounts. Everything will be there, including registration and authorization and issuance of tokens for accessing WebAPI. For Core, everything is almost the same, only it will be necessary to add authorization and generate tokens manually, since Google gives a bunch of asp.net core jwt token upon request.
PS. First, you should still learn ASP.Net itself, and not ask to tell the basic knowledge that Google gives out without any problems, because the answer will pull you for a whole book, it's a little arrogant, asking to do your work for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question