gorilla / sessions

Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
2.89k stars 370 forks source link

refactor: use base32 encoder with no padding #240

Closed leungyauming closed 3 years ago

leungyauming commented 3 years ago

Summary of Changes

  1. Created a base32 encoder with no padding to encode random key
elithrar commented 3 years ago

Thanks!