We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Options
1 parent 4f5e721 commit bc51634Copy full SHA for bc51634
src/index.ts
@@ -1,4 +1,4 @@
1
-interface Options {
+export interface Options {
2
clientId: string
3
4
allowSignup?: boolean
@@ -21,7 +21,7 @@ export interface Result {
21
url: string
22
}
23
24
-const BASE_URL = 'https://github.com/login/oauth/authorize'
+export const BASE_URL = 'https://github.com/login/oauth/authorize'
25
26
export function oauthLoginUrl (options: Options): Result {
27
const scopesNormalized = typeof options.scopes === 'string'
0 commit comments