Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/facebook/DelegatedRecoveryReferenceImplementation

The reference implementation of the Delegated Recovery specification found at https://github.com/facebook/DelegatedRecoverySpecification
https://github.com/facebook/DelegatedRecoveryReferenceImplementation

Last synced: about 2 months ago
JSON representation

The reference implementation of the Delegated Recovery specification found at https://github.com/facebook/DelegatedRecoverySpecification

Awesome Lists containing this project

README

        

# DelegatedRecoveryReferenceImplementation

This repository contains alpha SDKs and sample applications for using
delegated account recovery with Facebook.

Code under the /sdk directory is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.

**These SDKs are alpha and subject to change.**

Code under the /examples directory is licensed under the license found in the
LICENSE-examples file in the root directory of this source tree.

**The example applications are for non-commercial testing and evaluation purposes only.**

## Specification
See the protocol specification for additional information on the delegated recovery protocol:
[https://github.com/facebook/DelegatedRecoverySpecification](https://github.com/facebook/DelegatedRecoverySpecification)

## Example Applications
Example application for NodeJS: [README.md](https://github.com/facebook/DelegatedRecoveryReferenceImplementation/blob/master/examples/nodejs/README.md)

Example application for Java: [README.md](https://github.com/facebook/DelegatedRecoveryReferenceImplementation/blob/master/examples/java/README.md)

## Developer documentation
To use the SDKs, please see documentation available at [https://developers.facebook.com/docs/delegated-recovery/](https://developers.facebook.com/docs/delegated-recovery/)

## Contributing
See [CONTRIBUTING.md](https://github.com/facebook/DelegatedRecoveryReferenceImplementation/blob/master/CONTRIBUTING.md)