{"id":19872123,"url":"https://github.com/praveen-nischal4/spring-security-basic","last_synced_at":"2025-06-17T02:38:29.201Z","repository":{"id":242382870,"uuid":"809400111","full_name":"Praveen-nischal4/Spring-Security-Basic","owner":"Praveen-nischal4","description":"Spring Security Basic Project to brush up your Concepts","archived":false,"fork":false,"pushed_at":"2024-06-02T16:10:09.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T16:38:26.806Z","etag":null,"topics":["authentication","dependency-injection","inmemoryauthenticatin","jdbc","jdbcauthentication","jdbctemplate","spring","springsecurity"],"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/Praveen-nischal4.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-06-02T15:29:07.000Z","updated_at":"2024-07-15T14:10:45.000Z","dependencies_parsed_at":"2024-06-02T18:00:02.504Z","dependency_job_id":"5cf2aecf-8e3f-4cd0-b0c9-0001accfe59a","html_url":"https://github.com/Praveen-nischal4/Spring-Security-Basic","commit_stats":null,"previous_names":["praveen-nischal4/spring-security-basic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Praveen-nischal4%2FSpring-Security-Basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Praveen-nischal4%2FSpring-Security-Basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Praveen-nischal4%2FSpring-Security-Basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Praveen-nischal4%2FSpring-Security-Basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Praveen-nischal4","download_url":"https://codeload.github.com/Praveen-nischal4/Spring-Security-Basic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241297479,"owners_count":19940244,"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","dependency-injection","inmemoryauthenticatin","jdbc","jdbcauthentication","jdbctemplate","spring","springsecurity"],"created_at":"2024-11-12T16:14:34.427Z","updated_at":"2025-03-01T00:51:13.133Z","avatar_url":"https://github.com/Praveen-nischal4.png","language":"Java","readme":"\u003ch1\u003e SPRING SECURITY BASICS CONCEPTS\u003c/h1\u003e\n\u003cp\u003e This is simple a Maven Project with Spring-MVC,Spring-Security to start with the basics of Spring security.Also i make use of Servlet Filter ie. Filter-Chain\nto configure spring security ,for database  mysql and default Schema of Spring for starters.Also for encrypting password PasswordEncoder concept is used ,for generating views pages JSP.\u003c/p\u003e\u003c/p\u003e\n\n\u003ch1\u003e Sections in This Project\u003c/h1\u003e\n \u003cul\u003e\n   \u003cli\u003e Admin  section (Trainer) \u003c/li\u003e\n   \u003cli\u003e User section (Coder)\u003c/li\u003e\n \u003c/ul\u003e\n\n \u003ch1\u003e Frameworks :\u003c/h1\u003e\n \u003cul\u003e\n   \u003cli\u003e Spring-MVC\u003c/li\u003e\n   \u003cli\u003e Spring\u003c/li\u003e\n   \u003cli\u003e Spring-Security\u003c/li\u003e\n \u003c/ul\u003e\n\n \u003ch1\u003ePrerequisite-Knowledge of :\u003c/h1\u003e\n \u003cul\u003e\n   \u003cli\u003e IOC (dependency-injection) \u003c/li\u003e\n   \u003cli\u003e Beans concept\u003c/li\u003e\n   \u003cli\u003e Configuration using Java\u003c/li\u003e\n   \u003cli\u003e JSP \u003c/li\u003e\n   \u003cli\u003e jstl\u003c/li\u003e\n   \u003cli\u003e MySQL\u003c/li\u003e\n   \u003cli\u003e Ecllipse (IDE) \u003c/li\u003e\n   \u003cli\u003e Spring (framework)\u003c/li\u003e\n   \u003cli\u003e Spring-MVC (framework)\u003c/li\u003e\n   \u003cli\u003e Spring-JDBC\u003c/li\u003e\n   \u003cli\u003e JDBC-Template\u003c/li\u003e\n   \u003cli\u003e HTML \u0026 Bootstrap\u003c/li\u003e\n \u003c/ul\u003e\n\n \u003ch1\u003e Dependency-Used :\u003c/h1\u003e\n \u003cul\u003e \n   \u003cli\u003e Spring-webmvc\u003c/li\u003e\n   \u003cli\u003e Spring-Security-Web\u003c/li\u003e\n   \u003cli\u003e Spring-Security-Config\u003c/li\u003e\n   \u003cli\u003e jstl\u003c/li\u003e\n   \u003cli\u003e mysql-connectr \u003c/li\u003e\n   \u003cli\u003e java-servlet-api\u003c/li\u003e\n   \u003cli\u003e spring-jdbc\u003c/li\u003e\n   \u003cli\u003e spring-security-taglibs\u003c/li\u003e\n   \u003cli\u003e maven-compiler-plugins\u003c/li\u003e\n   \n \u003c/ul\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen-nischal4%2Fspring-security-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveen-nischal4%2Fspring-security-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen-nischal4%2Fspring-security-basic/lists"}