Skip to content

Commit

Permalink
export getCookieValue util from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
harley-harris committed Jun 4, 2024
1 parent 347090b commit fe486ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import {
removeApplicationDataByID
} from './utils/session';
import { authentication as colaAuthenticationMiddleware } from './middleware/cola/authentication.middleware';
import { getUnsignedCookie, getUserEmailFromColaJwt } from './utils/cookie';
import { getCookieValue, getUnsignedCookie, getUserEmailFromColaJwt } from './utils/cookie';

export {
colaAuthenticationMiddleware,
getCookieValue,
getUnsignedCookie,
getUserEmailFromColaJwt,
removeSessionData,
Expand Down

0 comments on commit fe486ec

Please sign in to comment.