Tuesday, October 20, 2020

Practice Test 1

 

4 comments:

  1. http://127.0.0.1:9092/api/auth/signup
    {
    "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

    ReplyDelete
  2. 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.

    ReplyDelete
  3. Following 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.

    ReplyDelete
  4. Coverage 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

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