Developed on Spring boot 2.4
POST http://localhost:8012/decrypt
POST http://localhost:8012/encrypt
GET http://localhost:8012/AppConfigServer/native
POST http://localhost:8012/actuator/busrefresh
GET http://localhost:8012/actuator
POST http://localhost:8082/users-ws/users
{
"firstName": "Paik1000sfgsdfgsdf0",
"lastName": "Rob20000",
"email":"[email protected]",
"password": "rsdfg45gw45ghrewt"
}
POST http://localhost:8082/users-ws/users/login
{
"email":"[email protected]",
"password": "rsdfg45gw45ghrewt"
}
GET http://localhost:8082/users-ws/users/status/check
Authorization: Bearer <token>
keytool -genkeypair -alias apiEncryptionKey -keyalg RSA \
-dname "CN=Random Surname,OU=API Development,O=sk101.netlify.app,L=BT,S=MA,C=USA" \
-keypass 1q2w3e4r -keystore apiEncryptionKey.jks -storepass 1q2w3e4r