-
There are two similar web-services for listing virtual corpora:
https://github.com/KorAP/Kustvakt/wiki/Service:-Virtual-Corpus-List
https://github.com/KorAP/Kustvakt/wiki/Service:-Owner-Virtual-Co…
-
We need a wikipage describing HTTP Basic Authentication for users that are not familiar with it.
Don't forget to update the other wikipages to link to the HTTP Basic Authentication page
-
The current procedure requires users to generate an access token themselves and in advance in their KorAP OAuth-settings, to copy the token and to store it in their keyring using `RKorAPClient::persis…
-
On: https://github.com/KorAP/Kustvakt/wiki/Service:-Virtual-Corpus-Creation
there is a parameter called: corpus_query but the correct name is: corpusQuery
-
I would like to retrieve the profile-data of the currently logged in user - (e.g. username). The user has previously logged in via OAuth2 to a client app I created. Unfortunately, since the login ru…
-
The example in the Wiki-page of the OAuth2 Client Info service should be updated. The response example is misleading since it only describes a plugin info and doesn't include all possible properties o…
-
OAuth2 token request with refresh token returns
```
{"error_description":"Refresh token is expired","error":"invalid_grant"}
```
because the value of `expiry_date` in the `oauth2_refresh_token…
-
The error occurs e.g. if there is not enough memory to start the Java VM. The result can be something like:
```xml
``
-
KorAP allows login by using username or email address. However, Kustvakt doesn't have information about the relation between username and email address, so it treats them as two separate users.
Th…
-
R client can use the httr library to handle HTTP requests so that it can obtain KorAP access tokens dynamically. Since it uses localhost, we should therefore support localhost as a client redirect uri…