Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 14 forks source link

Add a button to refresh authentication without starting new instance #43

Closed tjololo closed 1 year ago

tjololo commented 1 year ago

Description

Add a button to ease the process of changing/refreshing the authentication cookie without starting a new instance of the application. Button post to the same endpoint but if action is reauthenticate the method returns 204 no content after cookie is updated. Makes testing of apps where different users with different roles are needed to complete the entire process

Verification

Documentation