-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hent inntekter lenger frem fix (#110)
* CookieTokenFilter for lokal utvikling Siste oppgradering av token-validation-spring (v4) fjernet støtte for tokens som ligger i en cookie. Det var vår måte å "logge inn" på i lokal utvikling. Ved å redusere "presedensen" til valideringsfilteret og sette inn et "CookieTokenFilter" foran, kan vi manuelt sette inn et token i auth-header som fanges opp av valideringsfilteret senere. * lagt til nye funksjoner for unntak om inntekter to mnd frem * fjernet dobble funksjoner --------- Co-authored-by: Odd Andreas Sørsæther <[email protected]>
- Loading branch information
Showing
6 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters