Commit Graph

30 Commits

Author SHA1 Message Date
ffc35c2f5e Refactor and restructure - No API Breakage (#49)
* Renames Project GroupId

* Correcting Naming Conventions

* Initial Restructuring

* Altera Formato Application Config

* Removes Auth for ReImplementation

* Changes Project Structure

* Restructure Microservice

* Fixes Tests

* Initial Authentication and Authorization ReImplementation

* Optimize Imports and Reformats Code

* Implements ResourceGuard Mapping and Automatic Security Configuration

* First Refactored Feature Complete Version - OAuth2 Implementation

* Moves All Enums to the Correct Dir

* Reimplements Authentication with Providers and JWTFilters
2024-05-25 21:48:21 -03:00
439496b63e Changes Application Name 2024-02-24 03:02:32 -03:00
cc5c5cf755 Changes the Project Name to com.hideyoshi.auth
From now onward this project with be only for authentication of users of the Hideyoshi.com project. All other APIs and MicroServices will use this project to validate user identity
2024-02-24 02:48:01 -03:00
e1ec1b2068 Refactors Project Structure 2024-02-24 02:43:10 -03:00
bd0b072e1a Final Implementation of AuthService 2024-02-24 02:22:38 -03:00
a96ba9468c Initial AuthService Refactor and ValidateAccessToken EndPoint 2024-02-24 02:09:05 -03:00
c61958816b Fixes Auth Filter for Health Checker 2024-02-16 03:08:31 -03:00
8c20569c1c Implements Health Checker API and Formats Code 2024-02-16 01:10:43 -03:00
2ad112e8c3 Implements Tests for StorageService 2023-10-24 02:04:27 -03:00
686c800a95 Fixes Minor Edge Cases and Improves UserService Testing 2023-10-24 01:02:15 -03:00
8cc2dcddf7 Implements Better Error Handling in Micro Services 2023-10-24 01:01:37 -03:00
066443d430 Fixes Storage API Endpoints and Adds ProfilePicture Deletion 2023-09-10 02:41:21 -03:00
dc4027b954 Adds Better Delete User Endpoint 2023-08-27 23:16:05 -03:00
b2e5d137aa Fixes API Response so Fronted Doesn't Break 2023-08-22 01:59:53 -03:00
6dbd6452fe Implements New AuthDTO and Refactors AuthService Implementation 2023-08-22 01:05:21 -03:00
68721381a6 Returns ProfilePicture Image Url in UserResponse 2023-08-21 02:48:37 -03:00
2b5a97ee91 Adds FileTypeEnumConverter for Selection FileType for AddProfilePicture 2023-08-18 04:16:14 -03:00
9e93d1fd64 Implements Micro-service Integration for Storage Handling 2023-08-18 03:28:13 -03:00
1cf2862654 Updates Dependencies and Removes Fixes Minor Buts 2023-08-02 00:18:14 -03:00
04b167d77a Hotfix - Changes Email REGEX 2023-08-02 00:10:15 -03:00
8173d5829a Changes Api Delete EndPoints 2023-08-02 00:09:59 -03:00
3da5b7380a Removes Connection Type on Cors Configuration 2022-11-15 17:15:05 -03:00
1c2fa9715d Fixes Cors Configuration 2022-11-15 15:29:00 -03:00
536eef677b Merge pull request #4 from HideyoshiNakazone/devel
Handles OAuth2 Failure
2022-11-15 15:04:27 -03:00
00d175a886 Handles OAuth2 Failure 2022-11-15 15:03:37 -03:00
c982e2282a Update application.yml 2022-11-11 06:08:27 -03:00
980d4d5da4 Sets SameSite to LAX 2022-11-11 06:02:40 -03:00
9d93f04817 [v0.0.2] Adds Google and Github OAuth2 Authentication
Adds to the API the feature of OAuth2 Authentication via two providers: Google and Github. For that the tests were updated.
2022-11-10 01:06:40 -03:00
0252695a7a Merge pull request #1 from HideyoshiNakazone/develop-push-docker-image
Create docker-image.yml
2022-09-05 18:44:38 -03:00
c0580118c1 Initial commit 2022-09-05 04:13:18 -03:00