HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Expand id_token parsing of moodle token #46

Open theUpsider opened 1 year ago

theUpsider commented 1 year ago

Describe the feature to be developed

The system should provide a way to parse, store and access the id_token received from Moodle by writing it into our own data structures. The system currently raises an error when parsing the token. This process needs to be expanded to include storage of the token in our own data structures and appropriate retrieval methods.

Describe the Impact on the System

This feature will impact the way we handle and store the id_token from Moodle. Changes will be expected in the parsing and exception handling of the id_token and in the methods we use to store and retrieve tokens. Furthermore, this will likely require new data structures or modifications to existing ones to accommodate the stored id_token.

Definition of Done