Skip to content

Commit

Permalink
Test rest endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonw committed May 31, 2020
1 parent 028c286 commit c2b0f77
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rest-test.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@emailID = a36n6552jrq9pupipdlffg8s8eheoe92jfrm8mg1

###

POST {{host}}/api/auth/login HTTP/2.0
Content-Type: application/json

{
"username":"{{userID}}",
"password":"test"
}

###

GET {{host}}/.well-known/openid-configuration HTTP/2.0

###

GET {{host}}/api/auth/jwks.json HTTP/2.0

###

GET {{host}}/api/{{userID}}/emails HTTP/2.0

###

GET {{host}}/api/{{userID}}/email/{{emailID}} HTTP/2.0

###

0 comments on commit c2b0f77

Please sign in to comment.