1 #auth Post

Authentication: Cookie- vs. Token-based

2 min read

Authentication is about confirming that users are who they say they are. Whereas authorization is about permissions of a given user (e.g. admin vs. user). Authentication is an integral part of most apps. The two main methods for authentication are co...