{"id":19128748,"url":"https://github.com/satishbabariya/go-echo-auth0-middleware","last_synced_at":"2025-05-06T00:12:33.992Z","repository":{"id":57645620,"uuid":"439915962","full_name":"satishbabariya/go-echo-auth0-middleware","owner":"satishbabariya","description":"Auth0 Middleware for go labstack/echo","archived":false,"fork":false,"pushed_at":"2023-12-18T22:22:51.000Z","size":20,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T12:42:12.941Z","etag":null,"topics":["auth0","auth0-jwt","echo-framework","golang","jwt","jwt-authentication","middleware"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satishbabariya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-19T16:42:57.000Z","updated_at":"2024-04-07T22:29:39.000Z","dependencies_parsed_at":"2024-11-09T06:05:36.182Z","dependency_job_id":"7db8ea9d-b781-48be-a7c8-6d35843a6888","html_url":"https://github.com/satishbabariya/go-echo-auth0-middleware","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fgo-echo-auth0-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fgo-echo-auth0-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fgo-echo-auth0-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fgo-echo-auth0-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satishbabariya","download_url":"https://codeload.github.com/satishbabariya/go-echo-auth0-middleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596427,"owners_count":21773846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0","auth0-jwt","echo-framework","golang","jwt","jwt-authentication","middleware"],"created_at":"2024-11-09T06:05:27.289Z","updated_at":"2025-05-06T00:12:33.975Z","avatar_url":"https://github.com/satishbabariya.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-echo-auth0-middleware\nAuth0 Middleware for go labstack/echo\n\n### Example\n```go\npackage main\n\nimport (\n\t\"net/http\"\n\n\t\"github.com/auth0/go-jwt-middleware/v2/validator\"\n\t\"github.com/labstack/echo/v4\"\n\t\"github.com/labstack/echo/v4/middleware\"\n\tgoechoauth0middleware \"github.com/satishbabariya/go-echo-auth0-middleware\"\n)\n\nfunc main() {\n\te := echo.New()\n\n\te.Use(middleware.Logger())\n\te.Use(middleware.Recover())\n\n\te.Use(goechoauth0middleware.Auth0WithConfig(goechoauth0middleware.Auth0Config{\n\t\tIssuer:   \"https://\u003cyour tenant domain\u003e/\",\n\t\tAudience: []string{\"\u003cyour api identifier\u003e\"},\n\t}))\n\n\t// Routes\n\te.GET(\"/\", func(c echo.Context) error {\n\t\tclaims := c.Get(\"claims\").(*validator.ValidatedClaims)\n\t\treturn c.JSON(http.StatusOK, claims)\n\t})\n\n\t// Start server\n\te.Logger.Fatal(e.Start(\":3000\"))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatishbabariya%2Fgo-echo-auth0-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatishbabariya%2Fgo-echo-auth0-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatishbabariya%2Fgo-echo-auth0-middleware/lists"}