# marmotedu/iam

企业级的 Go 语言实战项目：认证和授权系统（带配套课程）

Repository: https://github.com/marmotedu/iam
Canonical: https://ross.abutalabs.com/products/iam
Homepage: https://konglingfei.com
Language: Go
License: NOASSERTION
License Family: other
Topics: go, project, gin, golang, authentication, authorization, application, iam, gorm
Last push: 2025-03-20T06:31:55+00:00

## Health v2 (maintenance only)
Score: 28/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 12, release rhythm 8, longevity 100
- inputs: {"age_days": 1925, "days_push": 531, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4205, forks 1089 (observed 2026-08-28T04:08:39.026578+00:00)

## What it is
IAM is an enterprise-grade identity and access management system written in Go, used to authenticate users and authorize access to resources. It also serves as a teaching project with an accompanying course and as a scaffold for developers to build their own Go applications.

## Use cases
- build an identity and access management system in Go
- learn enterprise-level Go project development
- manage API authentication and authorization
- use a Go project scaffold for a new backend service
- implement JWT-based REST API auth in Go
- study a production-style Go microservice architecture

## When to choose
- you need a self-hosted IAM/auth server and want to study or extend its Go source code
- you are learning enterprise Go development through the accompanying course or book
- you want a battle-tested scaffold with auth, ORM, and API patterns already wired up

## When to avoid
- you need a turnkey commercial IAM product with GUI administration and minimal coding
- your stack is not Go or you cannot deploy on Linux servers
- you only need simple session auth in a small app where a full IAM system is overkill

## Facets
- artifact type: application
- maturity: active
- function: auth, authorization, api-framework, web-framework, developer-tools
- domain: security, backend, developer-tools, apis
- platform: go, self-hosted
- tags: iam, identity-and-access-management, gin, gorm, learning-project, enterprise, rest-api, jwt, linux, docker

## Member repositories
- marmotedu/iam (main) score 28

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:39.026578+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:31.346419+00:00, confidence not recorded.
  - readme: https://github.com/marmotedu/iam (fetched 2026-08-28T04:08:39.026578+00:00, sha ae35cd56b0da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
