userfront/bell
Fork of hapijs/bell v12.1.1
Userfront post-fork major updates
- Added
preauthorizationHook
&postAuthorizationHook
- Included email in returned profile in GitHub provider
- Updated to use Facebook API v3.1 → v9.0
- Included image returned in profile for GitHub, Google, LinkedIn
- Added Twitter OAuth v2 support (still waiting for Twitter to implement user profile endpoint)
- Defaulted Twitter provider to use OAuth v2 rather than v1
- Added Apple support
- https://github.com/userfront/bell/pull/20
- Involves JWK fetch to verify ID token
- Added support for
POST
request to authorization callback (response_mode = 'form_post'
)
Development version updates
After all commits in PR are in:
- Update
package.json
with new version - Tag version
git tag v3.2.0; git push --tags
- Publish to NPM
- Run script in
package.json
:npm run pub
- Run script in
- Update API's
@userfront/bell
version
hapijs/bell v12.1.1 documentation links
- Documentation and API
- Versions status (builds, dependencies, node versions, licenses, eol)
- Changelog
- Project policies
- Free and commercial support options