havard / node-openid

OpenID for Node.js
MIT License
293 stars 100 forks source link

Can you breify explain what these fields are? I trying to figure out open id, but am a super noob #167

Closed kevinlbatchelor closed 7 years ago

kevinlbatchelor commented 7 years ago

Url { protocol: null, slashes: null, auth: null, host: null, port: null, hostname: null, hash: null, search: '?openid_identifier=test', query: 'openid_identifier=test', pathname: '/authenticate', path: '/authenticate?openid_identifier=test', href: '/authenticate?openid_identifier=test' }

havard commented 7 years ago

They are parts of a parsed URL, seemingly. I'd recommend reading up on Node and its url library.