Subscribe to:
Post Comments (Atom)
Create a Digital Clock using HTML and JavaScript
Create a Digital Clock using HTML and JavaScript <! DOCTYPE html> < html > < head > ...
Followers
Search This Blog
Popular Posts
-
Software Development Tools Presentation From the moment you begin developing software, whether as a freelancer for a startup or wo...
-
MG-CEIT Course Feedback Form Step1: Like below three pages for the updated course information ...
-
Question 1 Which framework is most commonly used for unit testing in Java? JUnit TestNG Mockito Selenium Answer: JUnit Question 2 I...
-
max-request-journal-entries and no-request-journal in wiremock configuration In WireMock, the request journal is a built-in feature that ke...
-
const redis = require('redis'); const { promisify } = require('util'); // Create a Redis client with a connection timeout...
-
import redis from 'redis'; // Create a Redis client with retry strategy const client = redis.createClient({ host: 'localhos...
-
CDAC Certifications Courses List IT Applications Certificate Course in Business Computing Certificate Course in Global su...
-
Use Request Dispatcher Servlet in creating simple Login Form We are going to create a Login Form Here. At the end of this section, y...
-
const express = require('express'); const redis = require('redis'); const { promisify } = require('util'); const ...
-
import redis from 'redis'; // Create a Redis client with retry strategy const client = redis.createClient({ host: 'localhos...
http://127.0.0.1:9092/api/auth/signup
ReplyDelete{
"username":"admin",
"email": "admin@gmail.com",
"password":"12345678",
"role":["user","admin","mod"]
}
Post Request SignIn:
http://127.0.0.1:9092/api/auth/signin
{
"username":"admin",
"password":"12345678"
}
Response:
{
"id": 3,
"username": "admin",
"email": "admin1@gmail.com",
"roles": [
"ROLE_USER",
"ROLE_MODERATOR",
"ROLE_ADMIN"
],
"tokenType": "Bearer",
"accessToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImlhdCI6MTYwMzQzMTQ1MSwiZXhwIjoxNjAzNTE3ODUxfQ.4XjdYWROQ7kX6DpgqaJKtlX_rL9iVvL8r_gd6JalJAI8kJx5AN5HxLJFV3X-AyGgjgnKgKElCIeh87Ysyr0pdA"
}
GET Request
http://127.0.0.1:9092/api/test/admin
Accessing TechAndAnalysis gives professionals and enthusiasts alike a reliable source of AI, software, and innovation news, combining thoughtful analysis, practical insights, and industry updates that help modern minds navigate technology confidently every single day.
ReplyDeleteFollowing TechAndUpdates delivers daily coverage of technology news, product launches, software insights, and industry developments, offering modern minds valuable guidance, actionable information, and meaningful updates to stay ahead in innovation and digital progress.
ReplyDeleteCoverage on TechGloby provides daily updates on global technology news, software trends, startup launches, gadgets, and product innovations, giving modern minds meaningful insights, practical guidance, and expert knowledge to stay informed in a fast-paced digital world.
ReplyDelete