{"id":21735019,"url":"https://github.com/janinawibker/auth","last_synced_at":"2026-05-17T13:02:06.060Z","repository":{"id":40725642,"uuid":"249488898","full_name":"JaninaWibker/auth","owner":"JaninaWibker","description":"Central authentication server for all my personal services and applications. All account related requests go here, the api backend just has to check the JWT using a public key given by the authentication server.","archived":false,"fork":false,"pushed_at":"2023-03-02T21:58:16.000Z","size":2170,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T20:43:35.952Z","etag":null,"topics":["authentication","authentication-server","authorization-server","backend"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JaninaWibker.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-03-23T16:47:48.000Z","updated_at":"2023-03-19T13:07:25.000Z","dependencies_parsed_at":"2024-03-23T14:47:09.201Z","dependency_job_id":null,"html_url":"https://github.com/JaninaWibker/auth","commit_stats":null,"previous_names":["janinawibker/auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaninaWibker%2Fauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaninaWibker%2Fauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaninaWibker%2Fauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaninaWibker%2Fauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaninaWibker","download_url":"https://codeload.github.com/JaninaWibker/auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244712552,"owners_count":20497502,"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":["authentication","authentication-server","authorization-server","backend"],"created_at":"2024-11-26T05:11:37.311Z","updated_at":"2026-05-17T13:02:05.962Z","avatar_url":"https://github.com/JaninaWibker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auth (v2)\n\n\u003e some quick notes (this will turn into a proper readme soon™)\n\ngenerate keys using the following:\n```sh\nopenssl ecparam -name secp256k1 -genkey -noout -out ec-secp256k1-priv-key.pem\nopenssl ec -in ec-secp256k1-priv-key.pem -pubout \u003e ec-secp256k1-pub-key.pem\n```\n\n(source: https://learn.akamai.com/en-us/webhelp/iot/jwt-access-control/GUID-C3B1D111-E0B5-4B3B-9FF0-06D48CF40679.html)\n\nbuild the docker containers using the build.sh script in the docker folder\n\nfor local development run `docker-compose up -d database` (docker directory) and `npm run start` (root directory)\n\nfor actual deployment run `docker-compose up -d` in the docker directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaninawibker%2Fauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaninawibker%2Fauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaninawibker%2Fauth/lists"}