|
2 | 2 | id: index-digital-identity-validation
|
3 | 3 | title: How to perform Digital Identity Validation using Redis in an e-commerce app
|
4 | 4 | sidebar_label: How to use Redis for Digital Identity Validation
|
5 |
| -slug: /howtos/solutions/digital-identity-validation |
| 5 | +slug: /howtos/solutions/fraud-detection/digital-identity-validation |
6 | 6 | authors: [prasan, will]
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | import Authors from '@theme/Authors';
|
10 | 10 | import digitalIdentityImg from './images/digital-identity.png';
|
11 |
| -import MicroservicesEcommerceDesign from '../common-data/microservices-ecommerce.mdx'; |
12 |
| -import MicroservicesArchitectureWithRedis from '../common-data/microservices-arch-with-redis.mdx'; |
13 |
| -import SourceCode from '../common-data/microservices-source-code-tip.mdx'; |
| 11 | + |
| 12 | +import MicroservicesEcommerceDesign from '../../microservices/common-data/microservices-ecommerce.mdx'; |
| 13 | +import MicroservicesArchitectureWithRedis from '../../microservices/common-data/microservices-arch-with-redis.mdx'; |
| 14 | +import SourceCode from '../../microservices/common-data/microservices-source-code-tip.mdx'; |
14 | 15 |
|
15 | 16 | <Authors frontMatter={frontMatter} />
|
16 | 17 |
|
@@ -208,11 +209,11 @@ Digital identity score along with user profile score and AI (Artificial Intellig
|
208 | 209 |
|
209 | 210 | ### Additional Resources
|
210 | 211 |
|
211 |
| -- [Transaction Risk Scoring](/howtos/solutions/transaction-risk-scoring) |
212 |
| -- [CQRS](/howtos/solutions/cqrs) |
213 |
| -- [Interservice communication](/howtos/solutions/interservice-communication) |
214 |
| -- [Query caching](/howtos/solutions/caching) |
215 |
| -- [API gateway caching](/howtos/solutions/api-gateway-caching) |
| 212 | +- [Transaction Risk Scoring](/howtos/solutions/fraud-detection/transaction-risk-scoring) |
| 213 | +- [CQRS](/howtos/solutions/microservices/cqrs) |
| 214 | +- [Interservice communication](/howtos/solutions/microservices/interservice-communication) |
| 215 | +- [Query caching](/howtos/solutions/microservices/caching) |
| 216 | +- [API gateway caching](/howtos/solutions/microservices/api-gateway-caching) |
216 | 217 | - [Redis YouTube channel](https://www.youtube.com/c/Redisinc)
|
217 | 218 | - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications.
|
218 | 219 | - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench
|
0 commit comments