9992fb4ef1
Refactor the application to a Go-based architecture for improved performance and maintainability. Replace the Dockerfile to utilize a multi-stage build process, enhancing image efficiency. Implement comprehensive session store tests to ensure reliability and create new OAuth handlers for managing authentication efficiently. Update documentation to reflect these structural changes.
14 lines
89 B
Plaintext
14 lines
89 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Go
|
|
auth0mock
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
coverage.txt
|