package auth
import "github.com/nats-io/gnatsd/auth"
Index ¶
Constants ¶
const BcryptPrefix = "$2a$"
Types ¶
type Plain ¶
func (*Plain) Check ¶
func (p *Plain) Check(c server.ClientAuth) bool
type Token ¶
type Token struct { Token string }
func (*Token) Check ¶
func (p *Token) Check(c server.ClientAuth) bool
Source Files ¶
- Version
- v0.7.2
- Published
- Dec 9, 2015
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.