Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum Explain type of authentication Authentication ? Cookie-based authentication: Track user session both client and server. It's stateful. Token-based authentication: involved sending a token with each request instead of a cookie to verify the authenticity of the request. It's a stateless and server does not keep a record
Related Topics