qor / auth

Golang Authentication solution
MIT License
733 stars 99 forks source link

Don't store confirm token in url path #6

Closed cryptix closed 7 years ago

cryptix commented 7 years ago

the token might contain a slash which breaks the handling in the confirm handler.

jinzhu commented 7 years ago

thank you for your PR