DEV Community

Discussion on: Single page application security ( for Typescript projects)

Collapse
 
zainabed profile image
Zainul Abdin

Thanks for this question. Authentication always happen at server side, this library allow us to capture athenticated user response and it's roles or permissions from Http request then its interface authorize user to access secure area of application without consulting Server via Http request.