FoxKit - A simple toolkit with common API functionality
Find a file
2023-02-24 21:09:46 +00:00
.github Bump github/codeql-action from 2.2.1 to 2.2.4 2023-02-13 06:12:03 +00:00
.gitignore Initial commit 2022-06-24 16:32:33 +02:00
argon2id.go fixed functions not being exposed properly 2022-08-08 17:36:05 +02:00
argon2id_test.go added unit testing for password hashing 2022-08-12 22:03:03 +02:00
go.mod Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 2023-02-22 05:29:03 +00:00
go.sum Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 2023-02-22 05:29:03 +00:00
hcaptcha.go removed deprecated function call 2022-10-14 02:26:04 +02:00
hcaptcha_test.go created a wrapper for the captcha test to easily integrate it into an API 2022-08-13 17:05:12 +02:00
LICENSE Initial commit 2022-06-24 16:32:33 +02:00
logging.go added simple logging source from authfox 2022-08-08 13:08:55 +02:00
postgres.go fixed model not specified for gorm.Count 2022-10-08 03:00:15 +02:00
random.go added comments 2022-10-01 04:25:57 +02:00
random_test.go added unit testing for password hashing 2022-08-12 22:03:03 +02:00
README.md Initial commit 2022-06-24 16:32:33 +02:00
redis.go added function to connect to a res server 2022-08-08 13:10:13 +02:00
routes.go fixed missing return for uri binding 2022-11-10 18:00:35 +01:00
session.go fixed session limit wrongly checked 2022-08-09 15:42:45 +02:00
strings.go fixed wrong variable output when checking string 2022-10-03 01:23:51 +02:00
strings_test.go added tests for the email check 2022-10-03 03:12:04 +02:00
TODO added primitive TODO 2022-08-08 13:12:45 +02:00
uuid.go removed hyphen 2022-10-20 01:04:09 +02:00
uuid_test.go fixed linting 2022-10-25 17:00:44 +02:00

foxkit.go

FoxKit - A simple kit with common API functionality