Is your feature request related to a problem? Please describe.
I'm trying to build a custom oauth scheme based on the provided oauth scheme but none of the utils imports are available in the dist build.
Namely, in src/schemes/oauth2.ts:
import {
encodeQuery,
getProp,
normalizePath,
parseQuery,
removeTokenPrefix,
urlJoin,
randomString
} from '../utils'
Describe the solution you'd like to see
Export all src/utils to end users.
Describe alternatives you've considered
One could always implement these themselves but it's kind of pointless, right?
Is your feature request related to a problem? Please describe.
I'm trying to build a custom oauth scheme based on the provided oauth scheme but none of the utils imports are available in the dist build.
Namely, in
src/schemes/oauth2.ts:Describe the solution you'd like to see
Export all src/utils to end users.
Describe alternatives you've considered
One could always implement these themselves but it's kind of pointless, right?