Skip to content

Commit

Permalink
Create auth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arlindiDev authored Feb 25, 2024
1 parent 101398c commit 6619995
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"status": "success",
"message": "Authentication successful",
"data": {
"user_id": "123456",
"username": "example_user",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMTIzNDU2IiwidXNlcm5hbWUiOiJleGFtcGxlX3VzZXIiLCJpYXQiOjE2Mzg0NTM1NzB9.PoXbBFN6zT_lWVLEuzqCMTs9gTsWNqrsjH9gwkiblmA"
}
}

0 comments on commit 6619995

Please sign in to comment.