Skip to content

Commit

Permalink
fix login endpoint url in documentartion
Browse files Browse the repository at this point in the history
  • Loading branch information
vbilopav committed May 1, 2024
1 parent 70bc72f commit 7003299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NpgsqlRestClient/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
//
// Login command to execute after the external auth process is completed.
// The first parameter is the email returned from the provider, the second parameter is the name is the email returned from the provider.
// The command uses the same rules as the login enabled routine. See: https://vb-consulting.github.io/npgsqlrest/client/login-endpoints
// The command uses the same rules as the login enabled routine. See: https://vb-consulting.github.io/npgsqlrest/login-endpoints
//
"LoginCommand": "select * from login($1, $2)",

Expand Down Expand Up @@ -362,7 +362,7 @@
"AuthenticationOptions": {
//
// Url path that will be used for the login endpoint. If NULL, the login endpoint will not be created.
// See more on login endpoints at https://vb-consulting.github.io/npgsqlrest/client/login-endpoints
// See more on login endpoints at https://vb-consulting.github.io/npgsqlrest/login-endpoints
//
"LoginPath": null,
//
Expand Down
4 changes: 2 additions & 2 deletions annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ signin

This annotation will transform the routine into the authentication endpoint that performs the sign-in operation.

See more information on how the login endpoints work on the [login endpoints documentation page](https://vb-consulting.github.io/npgsqlrest/client/login-endpoints).
See more information on how the login endpoints work on the [login endpoints documentation page](https://vb-consulting.github.io/npgsqlrest/login-endpoints).

## Logout

Expand All @@ -238,4 +238,4 @@ This annotation will transform the routine into the endpoint that performs the l

If the routine doesn't return any data, the default authorization scheme is signed out. Any values returned will be interpreted as scheme names (converted to string) to sign out.

For more information on the login and the logout see the [login endpoints documentation page](https://vb-consulting.github.io/npgsqlrest/client/login-endpoints).
For more information on the login and the logout see the [login endpoints documentation page](https://vb-consulting.github.io/npgsqlrest/login-endpoints).

0 comments on commit 7003299

Please sign in to comment.