Cookie token authentication login method

前端 未结 3 1523
北荒
北荒 2021-02-09 17:56

There is a method that is using cookies to login users and i don\'t know it\'s name. It\'s setting a unique token to the cookie each time a user logs in. The token is visible an

3条回答
  •  青春惊慌失措
    2021-02-09 18:38

    I have seen it referred to as Token Based Authentication. It's a relatively broad term that can apply for other methods than a pure cookie verification, but the principle is the same.

提交回复
热议问题