-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Register to Platform #35
Conversation
src/main/java/com/ays/backend/user/controller/payload/request/RegisterRequest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/controller/AuthController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/service/impl/AuthServiceImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/service/impl/AuthServiceImpl.java
Outdated
Show resolved
Hide resolved
src/test/java/com/ays/backend/user/controller/AuthControllerTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/ays/backend/user/service/AuthServiceTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/ays/backend/user/service/AuthServiceTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/service/impl/RefreshTokenServiceImpl.java
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/service/impl/RefreshTokenServiceImpl.java
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/service/impl/RefreshTokenServiceImpl.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did you use the refresh token components? Am I missing something, or you didn't use it somewhere... And if they will be used, please also provide the test cases.
AuthServiceTest and UserServiceTest are failing. please fix. |
…s and add RefreshTokenServiceTest
@serhatkayikci If it's convenient for you as well, we can merge |
What I have done so far is based on the implementation of registering to the platform.
I performed some processes shown below
1 ) Define Spring Security to secure endpoints
2 ) Implementation of Service Test and Integration Test for registering to the platform