Skip to Content
Pro ASP.NET Core Identity: Under the Hood with Authentication and Authorization in ASP.NET Core 5 and 6 Applications
book

Pro ASP.NET Core Identity: Under the Hood with Authentication and Authorization in ASP.NET Core 5 and 6 Applications

by Adam Freeman
April 2021
Intermediate to advanced
733 pages
17h 59m
English
Apress
Content preview from Pro ASP.NET Core Identity: Under the Hood with Authentication and Authorization in ASP.NET Core 5 and 6 Applications
© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. FreemanPro ASP.NET Core Identity https://doi.org/10.1007/978-1-4842-6858-2_16

16. Creating a User Store

Adam Freeman1  
(1)
London, UK
 

In this chapter, I add Identity to the example project and create a custom user store. In Part 1, I used the default user store that Microsoft provides, which uses Entity Framework Core to store user data in a relational database, and this is the store you should use in real projects.

The user store I create in this chapter stores its data in memory, which makes it easy to explain how user stores work without getting bogged down in how to serialize and persist the data. Table 16-1 puts the user store in context.
Table 16-1. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET Core Identity - Authentication and Authorization

ASP.NET Core Identity - Authentication and Authorization

Trevoir Williams
ASP.NET Core Security

ASP.NET Core Security

Christian Wenz

Publisher Resources

ISBN: 9781484268582Purchase LinkPublisher Website