Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

irul / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • tests
  • user.http
  • aa.gustiana@gmail.com's avatar
    Refactor login flow and error handling in user_login, base_views, and register; … · 2162f908 ...
    …add initial test cases for API and HTTP requests
    aa.gustiana@gmail.com committed Jul 25, 2025
    2162f908 Browse Files
user.http 249 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@host=http://localhost:6544

###
# @name session
POST {{host}}/login
{
    "username": "admin",
    "password": "password",
    "login": "login"
}

###
# get applications
# @ref session
GET {{host}}/profile
Authorization: Bearer {{session.token}}