A sample app that shows how to authenticate to FamilySearch and get user meta data.
Click here to see a running example.
Click here to see an example that does not use the fs-js-lite SDK and has no dependancies.
Click here to see an example of how to create an unauthenticated session.
Replace the "appKey" with your own appKey. To get an app key go partners.familysearch.org
FamilySearch Javascript lite SDK
Two sample code files are provided for authenticating with a Service Account (OAuth Client Credentials), clientCredentials.ts, and serviceaccount.js