mirror of
https://github.com/volatiletech/authboss.git
synced 2026-06-19 23:00:27 +02:00
Fix some comments.
This commit is contained in:
+1
-2
@@ -2,8 +2,7 @@
|
||||
Package authboss is a modular authentication system for the web. It tries to
|
||||
remove as much boilerplate and "hard things" as possible so that each time you
|
||||
start a new web project in Go, you can plug it in, configure and be off to the
|
||||
races without having to think about the hard questions like how to store
|
||||
Remember Me tokens, or passwords.
|
||||
races without having to think about how to store passwords or remember tokens.
|
||||
*/
|
||||
package authboss // import "gopkg.in/authboss.v0"
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
// Package remember implements persistent logins through the cookie storer.
|
||||
// The ClientStorer implementation must be fully secure either over https
|
||||
// or using signed cookies or it is easily exploitable.
|
||||
package remember
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user