Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawfectly-yours/spring-auth-service
Auth microservice for Pawfectly Yours. Manages authentication and authorization processes, ensuring secure access to the application. Built with Spring Boot and Java, this service handles user login, registration, and role-based access control. Essential for maintaining security across the Pawfectly Yours platform.
https://github.com/pawfectly-yours/spring-auth-service
api auth auth0 backend dependency-injection java jpa jpa-entities jpa-repository jwt microservices oauth2 rest-api spring-boot
Last synced: about 2 months ago
JSON representation
Auth microservice for Pawfectly Yours. Manages authentication and authorization processes, ensuring secure access to the application. Built with Spring Boot and Java, this service handles user login, registration, and role-based access control. Essential for maintaining security across the Pawfectly Yours platform.
- Host: GitHub
- URL: https://github.com/pawfectly-yours/spring-auth-service
- Owner: Pawfectly-Yours
- Created: 2024-07-23T14:17:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T03:25:16.000Z (6 months ago)
- Last Synced: 2024-12-06T12:07:26.318Z (about 2 months ago)
- Topics: api, auth, auth0, backend, dependency-injection, java, jpa, jpa-entities, jpa-repository, jwt, microservices, oauth2, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pawfectly Yours - Auth Microservice
The Auth microservice for Pawfectly Yours handles authentication and authorization for the application. Built with Spring Boot and Java, it manages user login, registration, and role-based access control to ensure secure access across the platform.
## Features
- User authentication and authorization
- Role-based access control
- Secure login and registration processes## Getting Started
### Prerequisites
- Java 17 or later
- Maven### Running the Service
1. **Clone the repository:**
```bash
git clone https://github.com/Pawfectly-Yours/spring-auth-service.git
cd spring-auth-service