Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8fd2234
chore: remove v1 codebase to start v2 rewrite
raymondproguy02 Jul 26, 2026
6439dec
chore: deleted: .github/workflows/go.yml deleted: .github/workf…
raymondproguy02 Jul 26, 2026
560d81d
feat(store): define UserStore, SessionStore, AuditStore interfaces
raymondproguy02 Jul 26, 2026
db0fbe6
feat(store): define core interfaces and sentinel errors
raymondproguy02 Jul 26, 2026
b680181
feat: sentinel error and hasher interface defination and bcrypt imple…
raymondproguy02 Jul 27, 2026
579c73b
test: salt test and cost validation
raymondproguy02 Jul 27, 2026
b279199
feat: Google uuid ID generator defination and implementation
raymondproguy02 Jul 27, 2026
3a9d56a
test: add unit tests for UUIDv7 uniqueness and sortability
raymondproguy02 Jul 27, 2026
accf0a1
feat: Rate limiter defination and implementation
raymondproguy02 Jul 28, 2026
65a43c9
test: Rate limiter unit test basic
raymondproguy02 Jul 28, 2026
30255b6
feat: token sentinel errors and token random generation
raymondproguy02 Jul 28, 2026
122c039
feat: Access token implemetation and verification
raymondproguy02 Jul 28, 2026
5b25a5f
feat: opaque token rotation and verification
raymondproguy02 Jul 28, 2026
ccc8d1a
test: token generator and hash test
raymondproguy02 Jul 28, 2026
77f8a35
feat: access token tests, verify and validate
raymondproguy02 Jul 28, 2026
6730518
feat: add more store defination for more features in v2.1
raymondproguy02 Jul 28, 2026
9b46146
feat: operational logging, engine-internal for dev debug: warn, debug…
raymondproguy02 Jul 28, 2026
65bba7c
feat: operational logging, engine-internal for dev debug: warn, debug…
raymondproguy02 Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/go.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/release.yml

This file was deleted.

55 changes: 0 additions & 55 deletions CHANGE-LOG.md

This file was deleted.

55 changes: 0 additions & 55 deletions CODE-OF-CONDUCT.md

This file was deleted.

Loading