0
/ 100
Polished and well engineered. Punching above its star count.
Modern, composable authentication for Go
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 2Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 3Contributing guide5pt
Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
- 4Contributing guide5pt
A CODE_OF_CONDUCT.md signals that your project is welcoming. GitHub has a template you can add in one click.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
88
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
97
Lockfile present (go.sum). Installs are reproducible.
Test files detected (adapters/gorm/adapter_test.go).
CI is configured (.github/workflows/ci.yml).
Formatting enforced (.golangci.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 11Forks
- 3Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 404Watchers
Responsiveness
- 1d 6hMedian issue response
- <1hMedian PR merge time
- 4Open issues
Repository files98 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- adaptersGood: Test files detected (adapters/gorm/adapter_test.go).
- clients
- cmd
- examples
- plugins
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- account_introspect.go
- account_schema.go
- account.go
- banner.svg
- cache_adapter_memory_test.go
- cache_adapter_memory.go
- cache_adapter.go
- cli_config.go
- config_test.go
- config.go
- constants.go
- context_additional_fields.go
- context_transaction_test.go
- context_transaction.go
- context7.json
- cookie_manager_test.go
- cookie_manager.go
- crypto_test.go
- crypto.go
- database_actions_test.go
- database_actions.go
- database_helper_test.go
- database_helper.go
- database_test.go
- database.go
- email_verification_config.go
- email_verification_test.go
- email_verification.go
- errors.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- hook_test.go
- hook.go
- http_config.go
- http_utils_test.go
- http_utils.go
- LICENSEGood: Licensed under MIT.
- limen_core_test.go
- limen_core.go
- limen_handlers_test.go
- limen_handlers.go
- limen_http_core.go
- limen_test.go
- limen.go
- middlewares_test.go
- middlewares.go
- plugin.go
- rate_limit_introspect.go
- rate_limit_rule.go
- rate_limit.go
- rate_limiter_config.go
- rate_limiter_store_cache.go
- rate_limiter_store_database.go
- rate_limiter_test.go
- rate_limiter.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- response_test.go
- response_writer.go
- response.go
- route_builder.go
- router_test.go
- router.go
- schema_config.go
- schema_definition.go
- schema_discovery.go
- schema_info.go
- schema_introspection.go
- schema_options.go
- schema_resolver_test.go
- schema_resolver.go
- schema.go
- SECURITY.mdGood: Security policy present.
- session_config.go
- session_introspect.go
- session_manager_test.go
- session_manager.go
- session_store_cache.go
- session_store_database.go
- session.go
- testing_support.go
- testutil_test.go
- types.go
- user_introspect.go
- user.go
- utils_test.go
- utils.go
- validator_test.go
- validator.go
- verification_introspect.go
- verification.go
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/thecodearcher/limen)