MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / registerUrl

Method registerUrl

lib/requests/auth-request.mjs:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 registerUrl () {
131 const host = this.accountManager.host
132 const signupUrl = new URL('/register', host.serverUri)
133 attachQueryParams(signupUrl, this.authQueryParams)
134 return signupUrl.toString()
135 }
136
137 loginUrl () {
138 const host = this.accountManager.host

Callers 2

renderFormMethod · 0.80
renderFormMethod · 0.80

Calls 1

attachQueryParamsFunction · 0.85

Tested by

no test coverage detected