{"id":20639755,"url":"https://github.com/udelblue/oauth-authorization-server_with_ui","last_synced_at":"2025-04-15T22:56:58.986Z","repository":{"id":71037641,"uuid":"94823267","full_name":"udelblue/OAuth-Authorization-Server_with_UI","owner":"udelblue","description":"Spring OAuth Server with UI for login, password reset and registration.  Connection the a SQL Server backend","archived":false,"fork":false,"pushed_at":"2017-06-19T21:51:18.000Z","size":1575,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T22:56:53.214Z","etag":null,"topics":["authentication","authorization","authorization-flow","implicit-flow","java","login","login-flow","login-oauth","login-system","loginpage","oauth","oauth-application","oauth2","oauth2-server","registration-forms","spring-boot","spring-cloud","spring-oauth2"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/udelblue.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":"2017-06-19T21:39:00.000Z","updated_at":"2025-02-09T11:01:38.000Z","dependencies_parsed_at":"2023-03-11T09:44:17.087Z","dependency_job_id":null,"html_url":"https://github.com/udelblue/OAuth-Authorization-Server_with_UI","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/udelblue%2FOAuth-Authorization-Server_with_UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server_with_UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server_with_UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server_with_UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udelblue","download_url":"https://codeload.github.com/udelblue/OAuth-Authorization-Server_with_UI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167439,"owners_count":21223505,"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","authorization","authorization-flow","implicit-flow","java","login","login-flow","login-oauth","login-system","loginpage","oauth","oauth-application","oauth2","oauth2-server","registration-forms","spring-boot","spring-cloud","spring-oauth2"],"created_at":"2024-11-16T15:26:08.199Z","updated_at":"2025-04-15T22:56:58.979Z","avatar_url":"https://github.com/udelblue.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuth Server with Login UI\n\n\n### Installation\n\nApplication requires ms sql server driver to run.\n\nOpen command line in project directory and navigate to 'MavenScripts.bat'. Execute .bat to install sqljdbc jar in maven repository. \n\n```sh\ncd src\ncd main\ncd resources\nMavenScripts.bat\n```\n\nConfigure connection string. Open 'application.yml' to configure. Currently pointed to localhost\n\n```sh\nspring:\n  datasource:\n    url: jdbc:sqlserver://localhost:1433;databaseName=OAuth\n    username: oauth\n    password: oauth#1234\n    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver\n    initialize: true\n```\n\n\n\nConfigure SMTP. Open 'application.yml' to configure. \n\n```sh\napp:\n  name: name_of_email\n  smtp: smtp.test.com\n  smtpfrom:  noreply@test.com\n```\n\n\nConfigure port. Open 'application.yml' to configure. \n\n```sh\nserver:\n  port: 8080\n```\n\n\n### Build\nOpen command line in project directory. Run 'mvn clean package' to clean and build project. \n\n```sh\nmvn clean package\n```\n\n### Run\n\nOpen command line in project directory. Run jar \n\n```sh\ncd target\njava -jar OAuth-UI-1.0.jar\n```\n\n\nVerify the deployment by navigating to your server address in your preferred browser.\n\n```sh\n127.0.0.1:8080\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudelblue%2Foauth-authorization-server_with_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudelblue%2Foauth-authorization-server_with_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudelblue%2Foauth-authorization-server_with_ui/lists"}