Skip to content

Commit

Permalink
Merge pull request #5520 from ThisaruGuruge/master
Browse files Browse the repository at this point in the history
Fix long file names in BBEs
  • Loading branch information
ThisaruGuruge authored Jul 25, 2024
2 parents 3c2e37f + bda3c4b commit db03c58
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GraphQL client - Self signed JWT authentication
# GraphQL client - JWT authentication

The `graphql:Client` can connect to a service that is secured with self-signed JWT by adding the `Authorization: Bearer <token>` header by passing the `graphql:JwtIssuerConfig` to the `auth` configuration of the client. A self-signed JWT is issued before the request is sent.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Run the service by executing the command below.

::: out graphql_service_jwt_auth.server.out :::

>**Tip:** You can invoke the above service via the [GraphQL client - Self-signed JWT authentication](/learn/by-example/graphql-client-security-self-signed-jwt-authentication/) example.
>**Tip:** You can invoke the above service via the [GraphQL client - JWT authentication](/learn/by-example/graphql-client-security-jwt-authentication/) example.
## Related links
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
Expand Down
2 changes: 1 addition & 1 deletion examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@
},
{
"name": "Self-signed JWT authentication",
"url": "graphql-client-security-self-signed-jwt-authentication",
"url": "graphql-client-security-jwt-authentication",
"verifyBuild": true,
"verifyOutput": false,
"disablePlayground": true,
Expand Down

0 comments on commit db03c58

Please sign in to comment.