This repository is not active
PeteGashek/BasicAuthReadWrite
Basic REST implementation for the apprentice REST FamilySearch badge. Endpoints allow any user to create a user profile, receive a session ID, and with the session ID can access their own name. Users can also logout. There is an admin function that allows an admin (admin@familysearch.org) to see all active sessions when he/she is logged in. The app is built with maven, enunciate, and Jersey. Docs are built when the project is compiled.
Java