20 Commits

Author SHA1 Message Date
elweyn
c5a65da94c Implementation of signup to Klicktipp. 2021-09-10 11:45:41 +02:00
elweyn
7f91e5b937 Added a query checkEmail, that sends the data to the login_server, added a middleware call to the query that calls the KlicktippAPI after checkEmail. 2021-09-09 11:47:57 +02:00
elweyn
492bfd32d4 Renamed KlicktippAPI to KlicktippConnector, KlicktippController that contains the logic behind the KlicktippConnector calls, change import in auth of loginAPI to new name HttpRequest. 2021-09-08 14:18:25 +02:00
elweyn
b376c5639f Added the language to the graphql create query, Implemented a KlicktippController that has every methode to communicate with Klicktipp, added a Klicktipp config block. 2021-09-05 10:38:44 +02:00
elweyn
c4345489c5 Klicktipp has two single optin apikeys one for en and one for de so we need to get the information of the language in the creation query. 2021-08-23 11:25:53 +02:00
elweyn
037bf1815d Added some variables to the config file, translation of the KlicktippAPI to a ts file, send a API call to Klicktipp on creation method. 2021-08-20 11:15:32 +02:00
Moriz Wahl
403826a6d9 final changes before merge 2021-08-04 11:51:50 +02:00
Moriz Wahl
800e4e04fd remove eom directives 2021-08-03 13:59:22 +02:00
Moriz Wahl
873996487d Model for transactions and decay 2021-08-03 10:55:43 +02:00
Hannes Heine
aa22d9154d Changed structure of the models, now they are not all in one file. 2021-08-02 16:03:33 +02:00
Hannes Heine
8639f15aa1 Withdrew the debuging log entries. 2021-07-29 17:36:39 +02:00
Hannes Heine
bb5b70d5f6 Implementation of the Arguments and the Response classes for the loginAPIs. Implementation of the used API calls in Apollo. 2021-07-29 17:34:07 +02:00
einhornimmond
32eeda69b2 try with application/json 2021-07-29 12:29:33 +02:00
Hannes Heine
9c2b6c5c9e Changed the apiGet and apiPost methods so that we use lambda and not plain old try catch & if else block. 2021-07-29 07:27:08 +02:00
Moriz Wahl
9e15575855 api calls for sendEmail and loginViaEmailVerificationCode 2021-07-21 16:45:59 +02:00
Moriz Wahl
ae4edf4605 clean up, use inputs 2021-07-13 19:18:17 +02:00
05be9a79d5
implement config options for graphiql & port
separate graphiql from graphql interface
disabled api calls for user & group - we are not yet that far
ignore .env, adjust .env.dist accordingly
2021-06-29 12:25:41 +02:00
einhornimmond
8e96aa02df
try to login user 2021-06-29 12:25:40 +02:00
einhornimmond
0063996512
get groups from login server, first running api call to login server 2021-06-29 12:25:39 +02:00
einhornimmond
0224cac092
typescript login server api from frontend 2021-06-29 12:25:39 +02:00