mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
api key auth added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/nprasad2077/NBA_Go/utils/security"
|
||||
)
|
||||
|
||||
func main() {
|
||||
raw, _ := security.GenerateRawKey()
|
||||
fmt.Println(raw)
|
||||
}
|
||||
Reference in New Issue
Block a user