
Fechado
Publicado
Pago na entrega
Please Dm only when Developer with 4+ years of experience in Java Can connect offline places if u r nearby (Hinjewadi,wakad,Pimple Saudagar,pimpri, chinchwad) I need a Java-based backend whose sole purpose is controlling who can see and do what inside an admin portal. Think of it as the engine for authentication and fine-grained authorization; the front-end will call your APIs to sign users in, assign them the correct privileges, and block anything they are not entitled to. I am leaning toward Spring Boot with a familiar security stack (Spring Security, JWT or OAuth2), but if you have a cleaner Java solution I’m open to hearing it. The service must expose well-structured REST endpoints, persist its data reliably, and be easy for another developer to plug into a React admin UI later. Deliverables • Source code in a public or private Git repository • Clear README with build/run instructions • Postman (or similar) collection that shows happy-path login and a couple of unauthorized scenarios • Basic unit tests covering the main auth flows Acceptance criteria 1. A new user can register or be created and immediately authenticate. 2. After authentication, the API returns a token that protects subsequent requests. 3. A protected endpoint denies access when the token is missing, expired, or carries the wrong role. Tell me how you would structure the project, what libraries you prefer, and roughly how long you’ll need.
ID do Projeto: 40304087
40 propostas
Projeto remoto
Ativo há 23 dias
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
40 freelancers estão ofertando em média ₹19.910 INR for esse trabalho

With almost a decade's worth of experience in Java and J2EE technologies, I'm confident that I have the skills and knowledge to deliver exactly what you need. My specialization in Spring Boot-based microservices and RESTful APIs aligns perfectly with your project requirements for a Java Access Management Backend. I've mastered the ins and outs of Spring Security, JWT, and OAuth2, making me more than capable of creating an engine for authentication and fine-grained authorization that would be easily pluggable into a React admin UI later. I like to keep my code clean and efficient for optimal performance so using Hibernate/JPA for smooth access to the database falls right into my approach. To ensure your application is robust, I'll back it up with basic unit tests for all main auth flows which aligns with your pre-set criteria. My experience in Docker, CI/CD pipelines, and AWS-based deployments means that not only will you get properly-structured REST endpoints exposed from this service but also a clear set of build/run instructions in the README making future enhancements or maintenance hassle-free. Additionally, having worked as a lead developer across diverse sectors including finance, healthcare, e-commerce etc., stringent adherence to security measures has been imperative throughout my career
₹12.500 INR em 3 dias
7,2
7,2

Hi, Your requirement for a Java-based authentication and authorization engine for an admin portal fits well with my experience. I’m a Full Stack Developer with 5+ years of experience in Java, MERN/MEAN, React Native, and scalable backend systems, and I have built secure role-based access control (RBAC) APIs used by admin dashboards and SaaS platforms. For this project, I would structure the backend using Spring Boot + Spring Security with JWT authentication to provide a secure and scalable authorization layer that can easily integrate with a React admin UI. Implementation approach: Spring Boot REST API architecture with clear modular structure Spring Security + JWT for authentication and token-based authorization Role-based access control (RBAC) to manage what each user can access Secure password handling using BCrypt encryption Database integration (MySQL/PostgreSQL) for user, roles, and permissions Middleware to protect endpoints and validate tokens Deliverables will include: Full source code in Git repository README with build and run instructions Postman collection with login and unauthorized test cases Basic unit tests covering authentication and authorization flows The system will ensure users can register/login, receive secure tokens, and only access endpoints allowed by their roles. Happy to discuss the architecture and timeline. Best regards. Bhargav
₹25.000 INR em 7 dias
6,9
6,9

Your access control layer will fail under load if you store session state in-memory instead of using stateless JWT tokens with Redis for blacklisting. I've seen this exact pattern break when admin portals scale past 500 concurrent users because token validation becomes a database bottleneck. Before architecting the solution, I need clarity on two things: Are you expecting role-based access (admin/user/viewer) or attribute-based permissions (user can edit invoices in region X)? And what's your database read/write ratio - will you have 10 admins or 1000 making permission checks every second? Here's the architectural approach: - SPRING BOOT + SPRING SECURITY: Build stateless authentication using JWT with RS256 signing to prevent token tampering, plus implement refresh token rotation to handle 8-hour sessions without forcing re-login. - MYSQL SCHEMA DESIGN: Create a normalized permission model with role inheritance and resource-level ACLs, indexed on user_id and resource_type to keep authorization queries under 50ms at 10K requests per minute. - REST API STRUCTURE: Expose /auth/login, /auth/refresh, and /permissions/check endpoints with proper HTTP status codes (401 for auth failures, 403 for insufficient privileges) so your React team doesn't have to guess error states. - REDIS INTEGRATION: Cache permission lookups and maintain a token blacklist for instant logout across distributed instances without hitting MySQL on every request. I've built 8 similar access control systems for SaaS platforms that handle 50K+ users. I don't take on projects where the permission model isn't clearly defined upfront because scope creep kills timelines. Let's schedule a quick call to map out your exact role hierarchy before I commit to a delivery estimate.
₹22.500 INR em 7 dias
6,1
6,1

From Pune "I have gone through your description. "This is my area of specialization, i can get it done 100 % perfectly well. Please ping me in person. I can help you to complete all tasks. I have hands-on experience in this field. We have already done similar types of projects. Connect with us for more details. Rest assured your satisfaction is guaranteed." Looking forward to your response." Thank you for your time and I am confident that we will be a great fit for this project. Best,
₹12.500 INR em 7 dias
5,0
5,0

Hello , I just saw your project regarding Java Access Management Backend. I've been building scalable web apps and custom integrations for a while, and this fits right into my wheelhouse. I'm a full-stack developer with hands-on experience in AI (custom LLMs, RAG, workflow automation), SaaS architectures (React, Node.js), and Web3 integrations. Instead of just delivering basic scripts, I focus on building secure, production-ready solutions that actually scale. I've launched multiple real-world products and know how to avoid the common technical pitfalls in these areas. Let's connect so we can go over your exact needs. I can share some of my recent work so you can see the code quality firsthand. Thanks, Emre
₹12.500 INR em 29 dias
4,6
4,6

As an experienced software developer with over 7 years of expertise, specializing in languages including Java, I am confident in my ability to develop a robust and scalable backend system that meets your access management needs. Utilizing skillful frameworks such as Spring Boot, Spring Security, and knowledge of RESTful architecture, I can ensure the creation of well-structured endpoints and efficient persistence of data. Moreover, being familiar with JWT or OAuth2 for authentication purposes, I believe my technical background aligns perfectly with your project requirements while remaining open to cleaner alternatives if necessary. Enabling user registration and authentication is a fundamental aspect of this project; my work guarantees the same while ensuring token-based authorization processes. Additionally, my extensive experience guarantees the delivery of well-tested code that ensures a pleasant developer experience for any future modifications or enhancements you plan on making. Consider me as a potential partner to bring your vision to life.
₹12.500 INR em 7 dias
6,4
6,4

Hi, Hope you are doing well, I went through your requirements, I am pretty much confident that I can complete this task as I am expert in Java, spring boot, api development (both rest and soap), TDD, Junit, I have done similar kind of projects already and deliver the code very quickly My approach Create api for login with authentication and authorisation using spring security and boot, create api for admin portal for successful login, all unit tests for controller, service layer, readme file, GitHub action for cicd pipeline About myself: I have 10+ years’ hands on experience in software development using Java, node.js, Spring boot, mvc, Hibernate, JaxRS/WS Strong Experience on Automation testing Experience in Agile process Expert in implementing TDD/BDD using Junit, TestNG, Mockito, PowerMockito, DBUnit, SpringMock, Rest fuse, Rest assured technologies. Please ping me to discuss further
₹25.000 INR em 7 dias
5,0
5,0

Hi, I’m a backend developer with 5+ years of experience building secure Java systems, including authentication and role-based access control for admin platforms. Your requirement aligns perfectly with systems I’ve built where strict permission handling and clean API design were critical. I would structure the project using **Spring Boot** with layered architecture: controller, service, security, repository, and domain modules for clarity and maintainability. For security, I recommend **Spring Security** with stateless **JWT** authentication. This ensures fast verification, scalable session handling, and clean integration with a future **React** admin UI. Role-based authorization will be implemented using method-level and endpoint-level guards, enabling fine-grained permission control. Data persistence can be handled via JPA/Hibernate with PostgreSQL or MySQL depending on your preference. I’ll expose REST endpoints for registration, login, token refresh, role assignment, and protected resources, all documented and easy to consume. You’ll receive a clean Git repository, detailed README, Postman collection demonstrating valid and unauthorized flows, and unit tests covering authentication and access rules. Estimated timeline for a production-ready base system is about 10–12 days. If you're nearby, I’m open to offline discussions as well. Syed
₹20.000 INR em 6 dias
4,2
4,2

Hello, I can build your Java backend for access management using Spring Boot and Spring Security with token‑based authentication (JWT/OAuth2), secure role‑based access control, and clean REST APIs that integrate smoothly with your admin frontend. I’ll deliver source code, clear setup instructions, and a Postman collection covering authentication flows. Regards, Bharti
₹25.000 INR em 7 dias
4,0
4,0

Hello! I am a San Diego-based senior software engineer specializing in both frontend and backend development, with over 10 years of experience in building robust systems. I carefully reviewed your project description for the Java Access Management Backend and I believe I can provide a solution that meets your needs. I propose a stateless Spring Boot 3 service using Spring Security 6 with JWT, role-based access control, and a clean split of controllers, services, and repositories. Persistence via JPA/Hibernate backed by Postgres or MySQL with Flyway ensures reliable data and easy onboarding; springdoc-openapi will document the REST endpoints. I’ll include a seeded admin, focused tests for the main auth flows, and a Postman collection covering happy paths and denied cases. I’ve built similar cores for fintech and admin portals that plug neatly into React UIs. Quick confirmations: 1) Prefer pure JWT with access/refresh tokens or OAuth2? 2) Which database should we target, and is self-signup allowed or admin-only? Let's connect to discuss your project in detail — I'm excited about the possibility of collaborating! Oleksii
₹19.500 INR em 12 dias
3,8
3,8

As a seasoned backend developer with over 4 years of experience in Java, primarily with Spring Boot and a deep familiarity with security stacks such as JWT or OAuth2, I am well-equipped to handle your Java Access Management Backend project in a way that ensures high performance, robust security and clean code structure. My previous projects have required the same level of precision, reliability and intuitive design that you envision for this project, making me confident in my ability to deliver it successfully. In terms of the structure for the project, I would propose employing the widely-used Spring Security for handling authentication and fine-grained authorization, coupled with JWT for token-based authentication. Following Spring's convention-over-configuration approach, this setup will ensure clean REST endpoints and enable clients like your future React admin UI to seamlessly plug into the backend. Drawing from my extensive work on authentication systems, I anticipate it will take me approximately X amount of time to complete the project at a professional standard. This timeframe includes creating a solid architecture, building comprehensive unit tests to cover major auth flows and producing easily understandable documentation with clear build/run instructions. Partnering with me means gaining access to not only my technological expertise but also my commitment to precision, performance and innovation – values that align perfectly with what you're seeking!
₹25.000 INR em 7 dias
3,8
3,8

I am a senior developer of ASP.NET Core MVC & CMS & ASP.NET & Java with over 8 years of experience in software development. I am an expert on windows and web development using C#, VB.NET, VB6, ASP.NET, Entity Framework, Spring Boot. I work with ASP.NET, Core, MVC, Web API, WebServices, WCFServices, Webform, SQL Server, MongoDB, MySQL, Crystal Report, RDLC, SSIS, SSRS, HTML, CSS, Javascript, TypeScript, Jquery, AJAX, Angular, TFS, SVN, Github, GitLab, Azure, Plesk, Angular, Angular2, Javascript, HTML, CSS, JQUERY. Mobile - Andriod native java, Flutter, Kotlin, Xamarin I use the Repository Pattern, Onion Architecture, Domain-Driven Design Architecture & Dependency Injection Design Pattern. I follow the SOLID principle. When working on a project with you, I like to keep in touch so we both have a clear understanding of our needs and vision of the project we are creating together. I deliver a quality product on time and on budget. Client satisfaction is my main goal.
₹17.500 INR em 10 dias
3,2
3,2

Hi Dear, I can assist and build you app. I am 12+ experience and have multiple talents to help you build this. We have expertise in building enterprise applications using java , spring boot, micro services, mongo, react, angular , aws, gcp, kafka. We will create a demo in a day to proof our expertise We take payment only after client satisfaction after work. Regards, Jhsoft
₹12.500 INR em 2 dias
3,0
3,0

Hello, We went through your project description and it seems like our team is a great fit for this job. We are an expert team which have many years of experience on PHP, Java, Software Architecture, MySQL, Backend Development, Spring Boot, Spring Security, REST API Please come over chat and discuss your requirement in a detailed way. Thank You
₹12.500 INR em 7 dias
2,4
2,4

Hello, I’m a **Java backend developer with 4+ years of experience** building secure backend systems using **Spring Boot and Spring Security**. Your requirement for an **authentication and fine-grained authorization service for an admin portal** fits well with the kind of systems I regularly build. **How I would structure the project** Architecture: * **Spring Boot (Java)** backend service * **Spring Security** for authentication and authorization * **JWT-based token authentication** (stateless and scalable) * **Role-Based Access Control (RBAC)** with optional permission-level checks * **RESTful APIs** for login, user management, and protected resources * **PostgreSQL or MySQL** for persistence using **Spring Data JPA** Main modules: * Authentication (login, token generation) * User & Role management * Authorization middleware / filters * Protected API endpoints * Exception handling & security configuration **Libraries / Tools** * Spring Boot * Spring Security * JWT (jjwt or spring-security-oauth2-resource-server) * Spring Data JPA / Hibernate * PostgreSQL / MySQL * JUnit + Mockito for unit tests **Estimated timeline** Approximately **5–7 days** to deliver a clean, production-ready version with documentation and tests. I’d be happy to discuss the details and adapt the design if you have specific requirements for roles, permissions, or future React integration. Best regards Jovan D.
₹37.000 INR em 7 dias
1,4
1,4

Hi, I saw your project for a Java backend to control admin portal access, and I’m confident I can help. You need a secure, scalable auth engine with role-based access, exposing REST APIs usable by a React front end. I specialize in Spring Boot with Spring Security and JWT for clean, reliable auth systems, plus data persistence with JPA/Hibernate. My plan: structure layered services (auth, user management), use JWT tokens for stateless sessions, set up role-based access control, and provide thorough unit tests. I’ll deliver code via Git, detailed README, and Postman scenarios. Do you prefer OAuth2 over JWT? Any existing user schema? Also, what’s your timeline? Looking forward, Jade De Jager
₹20.000 INR em 30 dias
0,0
0,0

"I am a Senior Developer with 6 years of experience in Java and Spring Boot, and my team specializes in building secure backend engines. Since we are based in Panvel (Navi Mumbai), we are very close to Hinjewadi/Wakad and can easily connect offline if needed. Sir, ek baar trust karke dekhiye, hamari team aapko best industry-standard service provide karegi. My Proposal for your Auth Engine: Tech Stack: Spring Boot 3.x with Spring Security and JWT (Stateless) for fine-grained authorization. Structure: I will implement RBAC (Role-Based Access Control) using @PreAuthorize to ensure your React UI can easily block or allow features based on user roles. Data: Reliable persistence using Spring Data JPA (PostgreSQL/MySQL). Testing: Full coverage with JUnit for auth flows and a Postman Collection with 401/403 unauthorized scenarios. Deliverables: Clean Git code, detailed README, and API documentation for your React developer to plug-in easily. Timeline: I can deliver the complete functional backend in 5-7 days. Ready to discuss the specific privileges you need. Let's connect!"
₹12.500 INR em 5 dias
0,0
0,0

As a professional Java developer with 3 years of experience, I specialize in building quality-focused, client-centred backend solutions that integrate seamlessly with frontend frameworks. My core expertise lies in Spring Boot, Spring Security, JWT, and OAuth2, enabling me to deliver trusted, automated authentication and authorization systems tailored to your admin portal. Clear communication and precise requirements gathering help me design APIs that are easy to consume and maintain, ensuring your React UI will plug in without hassle. With my experience, I would structure the project around layered architecture using Spring Boot for RESTful endpoints, leveraging Spring Security with JWT for fine-grained access control, supported by a relational database for persistence. I’ll provide comprehensive unit tests, detailed documentation, and Postman collections covering the critical flows of registration, authentication, and role-based authorization. My essential skills include Java backend development, security frameworks, API design, and automated testing. Dedicated and responsive, I’m eager to start and ready to begin delivering a professional and integrated authentication engine that meets your exact needs. Regards Shafeeq
₹12.500 INR em 30 dias
0,0
0,0

Hi Dear, I am Priyanka, I have 4+ years of experience in Java backend development with strong expertise in Spring Boot, Spring Security, REST APIs, and MySQL. For your project, I will build a secure authentication and authorization engine using JWT/OAuth2, exposing clean REST endpoints and ensuring smooth integration with your React admin UI. Deliverables will include a Git repository with source code, README, Postman collection, and unit tests covering main auth flows. I can complete this within 5–7 working days with high-quality, well-documented output. Best Regards, Priyanka
₹25.000 INR em 7 dias
0,0
0,0

Hello, We at Remedio Technologies have 5+ years of experience building secure, scalable backend systems in Java, specializing in Spring Boot, Spring Security, JWT/OAuth2, and RESTful APIs, with strong knowledge of MySQL and role-based access control for admin portals. Our Approach: Architecture: Layered Spring Boot (Controller → Service → Repository) for clean separation and maintainability. Auth & Authorization: Spring Security + JWT for stateless session management and fine-grained access control. Persistence: MySQL with JPA/Hibernate for users, roles, and permissions. API Design: REST endpoints for registration, login, role assignment, and protected resources. Testing & Documentation: Unit tests for main auth flows and a Postman collection demonstrating login, token validation, and forbidden access. Deliverables: Source code in a Git repository Clear README with build/run instructions Postman collection for happy-path & unauthorized scenarios Basic unit tests covering key flows Timeline: 7–10 working days for a fully functional, tested, and documented solution. We are located nearby and can coordinate offline discussions if required. The solution will be modular, secure, and easy to integrate with your React admin UI. Best regards, Remedio Technologies
₹30.000 INR em 7 dias
0,0
0,0

Pune, India
Membro desde out. 13, 2019
₹600-1500 INR
₹1500-12500 INR
₹750-1250 INR / hora
₹600-1500 INR
₹1500-12500 INR
$750-1500 USD
₹12500-37500 INR
₹12500-37500 INR
$15-25 USD / hora
₹1500-12500 INR
$20-100 USD
₹12500-37500 INR
$250-750 CAD
₹12500-37500 INR
$10-30 USD
mín. €36 EUR / hora
₹12500-37500 INR
$250-750 USD
₹750-1250 INR / hora
$750-1500 USD
₹12500-37500 INR
$25-50 USD / hora
$250-750 USD
₹15000-40000 INR