v0.3.0 security and edge case improvement all around

This commit is contained in:
2026-07-18 08:48:48 -04:00
parent aafa680a35
commit 74434a0c75
15 changed files with 350 additions and 200 deletions
+2 -2
View File
@@ -1,4 +1,3 @@
// FILE: auth/doc.go
package auth
/*
@@ -37,6 +36,7 @@ Server and client implementation for SCRAM:
// Server
server := auth.NewScramServer()
defer server.Stop()
server.AddCredential(credential)
// Client
@@ -50,4 +50,4 @@ Utility functions for HTTP headers:
token, _ := auth.ParseBearerToken(header)
Each module can be used independently without initializing other components.
*/
*/