{"id":22326030,"url":"https://github.com/solarnetwork/solarnetwork-dev-auth-server","last_synced_at":"2025-06-12T16:36:05.466Z","repository":{"id":149073936,"uuid":"568564531","full_name":"SolarNetwork/solarnetwork-dev-auth-server","owner":"SolarNetwork","description":"Development OAuth authorization server.","archived":false,"fork":false,"pushed_at":"2024-07-31T18:32:47.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-31T07:32:04.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolarNetwork.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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T22:51:09.000Z","updated_at":"2024-07-31T18:32:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7e99a43-7f95-470c-b403-877576d99c40","html_url":"https://github.com/SolarNetwork/solarnetwork-dev-auth-server","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/SolarNetwork%2Fsolarnetwork-dev-auth-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fsolarnetwork-dev-auth-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fsolarnetwork-dev-auth-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fsolarnetwork-dev-auth-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolarNetwork","download_url":"https://codeload.github.com/SolarNetwork/solarnetwork-dev-auth-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598320,"owners_count":20641884,"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":[],"created_at":"2024-12-04T02:15:07.834Z","updated_at":"2025-03-26T06:11:39.596Z","avatar_url":"https://github.com/SolarNetwork.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolarNetwork Developer OAuth Server\n\nThis project is a bare-bones OAuth Authorization Server designed to support development of OAuth\nclient applications.\n\n# Building\n\nThe build is managed by Gradle, and requires a Java Development Kit version 17+ to build (and run).\n\n```sh\n# Unix-like OS\n./gradlew build\n\n# Windows\n./gradlew.bat build\n```\n\nThis will build an executable JAR in the `build/libs` directory, named like \n`solarnet-dev-auth-server-X.jar` where `X` is a version number.\n\n# Running\n\nTo run the app:\n\n```sh\njava -jar build/libs/solarnet-dev-auth-server-1.0.0.jar\n```\n\n# Configuration\n\nCreate an `application.yml` file in your launch working directory. See the \n[default configuration](./tree/main/src/main/resources/application.yml) for\nreference. For example:\n\n```yml\napp:\n  oauth:\n    scopes:\n      - \"good\"\n      - \"times\"\n    client-id: \"dev-client\"\n    client-secret: \"{noop}dev-client-secret\"\n    keystore:\n      path: \"var/keystore\"\n      password: \"Secret.123\"\n      alias: \"auth-server\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarnetwork%2Fsolarnetwork-dev-auth-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolarnetwork%2Fsolarnetwork-dev-auth-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarnetwork%2Fsolarnetwork-dev-auth-server/lists"}