简体   繁体   中英

thinktecture - retrieve users in production

In all the examples that I saw regarding thinktecture I saw that they are using InMemoryUser object to represent the users. is this also suitable for production code? how should I do it?

From the Identity Server documentation:

This is only suitable for testing and development - In-Memory Services and Stores

You will need an implementation of the UserService to replace this.

They also have some general guidelines for deployment you should check out before deploying to production.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM