Livoa
Discord
Pricing
English
Sign In
AUTHENTICATION AND AUTHORIZATION
User initiates login
Memority authentication
Role assignment (Admin)
Receive tokens and API keys
Redirect to dashboard
CLIENT SIDE
Dashboard UI (React Component)
React Query SDK abstraction
Data request to Next.js Route Handler
SERVER SIDE
Next.js Route Handler
Universal KY adapter attaches tokens
Secure server storage
Proxy layer (same-origin)
Westfield microservice call
Microservice returns JSON
Sanitize and return data to UI
CACHING LAYER
Serve data from cache on repeat visit
React Query cache stores response
Data displayed in dashboard
User initiates login
Memority authentication
Role assignment (Admin)
Receive tokens and API keys
Redirect to dashboard
Dashboard UI (React Component)
React Query SDK abstraction
Data request to Next.js Route Handler
Next.js Route Handler
Universal KY adapter attaches tokens
Secure server storage
Proxy layer (same-origin)
Westfield microservice call
Microservice returns JSON
Sanitize and return data to UI
Serve data from cache on repeat visit
React Query cache stores response
Data displayed in dashboard
Request flow
Response flow
architecture
by samir
Use this design
0
0 uses