{"id":16031473,"url":"https://github.com/razonyang/go-auth0-web-app","last_synced_at":"2025-04-10T05:31:22.746Z","repository":{"id":57531987,"uuid":"278036486","full_name":"razonyang/go-auth0-web-app","owner":"razonyang","description":"Auth0 Integration Samples for Go Web Applications","archived":false,"fork":false,"pushed_at":"2020-11-25T14:38:45.000Z","size":80,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-13T22:26:36.647Z","etag":null,"topics":["auth0","go","go-auth0"],"latest_commit_sha":null,"homepage":"https://go-auth0.razonyang.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/razonyang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-08T08:41:14.000Z","updated_at":"2020-11-25T14:38:48.000Z","dependencies_parsed_at":"2022-09-10T04:23:50.755Z","dependency_job_id":null,"html_url":"https://github.com/razonyang/go-auth0-web-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgo-auth0-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgo-auth0-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgo-auth0-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgo-auth0-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razonyang","download_url":"https://codeload.github.com/razonyang/go-auth0-web-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312062,"owners_count":20918343,"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","go","go-auth0"],"created_at":"2024-10-08T21:02:26.905Z","updated_at":"2025-04-10T05:31:22.674Z","avatar_url":"https://github.com/razonyang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Auth0 Web Application\n\nAuth0 Integration Samples for Go Web Applications.\n\n## Configuration\n\nThe first thing you need to do is create an [Auth0](http://www.auth0.com/) application, and then modify the relevant configuration.\n\n| Env | Description | Default Value |\n|---|---|---|\n| `APP_MODE` | prod or dev | `prod` |\n| `HTTP_ADDR` | HTTP address | `:8080` |\n| `AUTH0_CLIENT_ID` | Auth0 client ID | - |\n| `AUTH0_DOMAIN` | Auth0 domain | - |\n| `AUTH0_CLIENT_SECRET` | Auth0 client secret | - |\n| `AUTH0_CALLBACK_URL` | Auth0 callback URL | `http://localhost:8080/callback` |\n\n\u003e Don't forget to modify the corresponding callback URL for Auth0 application.\n\nCheckout [.env.example](.env.example) for details.\n\n## Usage\n\n```shell\n$ go get -u pkg.razonyang.com/go-auth0-web-app\n$ touch .env\n$ go-auth0-web-app serve\n```\n\n## Structure\n\n```text\n/cmd                commands\n/internal\n    /core           core components\n    /handlers       HTTP handler\n    /middleware     middleware\n/public             static resources\n/views              templates\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazonyang%2Fgo-auth0-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazonyang%2Fgo-auth0-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazonyang%2Fgo-auth0-web-app/lists"}