Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperDebugger/paperdebugger
/ getAppleAuthToken
Function
getAppleAuthToken
webapp/_webapp/src/libs/oauth.ts:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
export
function
getAppleAuthToken() {
104
const
randomState = Math.random().toString(36).substring(2, 15);
105
openInBrowser(appleAuthUrl(randomState));
106
}
Callers
1
LoginWithApple
Function · 0.90
Calls
2
openInBrowser
Function · 0.85
appleAuthUrl
Function · 0.85
Tested by
no test coverage detected