{"id":23719663,"url":"https://github.com/fesabelilla/spring3-security-jwt","last_synced_at":"2026-04-25T12:32:36.105Z","repository":{"id":226762977,"uuid":"752740258","full_name":"fesabelilla/spring3-security-jwt","owner":"fesabelilla","description":"This repository represents the upgraded version of the spring security (Spring3), JWT, and CSRF","archived":false,"fork":false,"pushed_at":"2024-04-28T16:57:31.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T16:19:53.895Z","etag":null,"topics":["api","csrf","jwt","security","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"","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/fesabelilla.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":"2024-02-04T17:16:04.000Z","updated_at":"2024-04-28T16:57:34.000Z","dependencies_parsed_at":"2024-04-27T17:24:51.822Z","dependency_job_id":null,"html_url":"https://github.com/fesabelilla/spring3-security-jwt","commit_stats":null,"previous_names":["fesabelilla/spring3-security-jwt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fesabelilla/spring3-security-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fesabelilla%2Fspring3-security-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fesabelilla%2Fspring3-security-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fesabelilla%2Fspring3-security-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fesabelilla%2Fspring3-security-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fesabelilla","download_url":"https://codeload.github.com/fesabelilla/spring3-security-jwt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fesabelilla%2Fspring3-security-jwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","csrf","jwt","security","spring-boot","spring-security"],"created_at":"2024-12-30T21:53:33.589Z","updated_at":"2026-04-25T12:32:36.082Z","avatar_url":"https://github.com/fesabelilla.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring3-security-jwt\n## For spring Boot 3.1.x\n```\n@Bean\npublic SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {\n    return http.csrf(AbstractHttpConfigurer::disable)\n            .authorizeHttpRequests(auth -\u003e\n                    auth.requestMatchers(\"/product/welcome\", \"/user/add\").permitAll()\n                            .requestMatchers(\"/product/**\")\n                            .authenticated()\n            )\n            .httpBasic(Customizer.withDefaults()).build();\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffesabelilla%2Fspring3-security-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffesabelilla%2Fspring3-security-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffesabelilla%2Fspring3-security-jwt/lists"}