init module
This commit is contained in:
parent
b8d8f302f0
commit
e3ea2dcbf1
6 changed files with 12 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/use/csrf
|
||||
|
||||
go 1.22.5
|
1
guestgen.go
Normal file
1
guestgen.go
Normal file
|
@ -0,0 +1 @@
|
|||
package csrf
|
3
guestvalid.go
Normal file
3
guestvalid.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package csrf
|
||||
|
||||
// guest routes
|
1
middleware.go
Normal file
1
middleware.go
Normal file
|
@ -0,0 +1 @@
|
|||
package csrf
|
1
usergen.go
Normal file
1
usergen.go
Normal file
|
@ -0,0 +1 @@
|
|||
package csrf
|
3
uservalid.go
Normal file
3
uservalid.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package csrf
|
||||
|
||||
// authenticated routes
|
Loading…
Reference in a new issue