Add Lists, Privacy, and password-reset demos#22
Merged
Conversation
Adds three new authenticated demo pages, reachable from the nav once signed in: - Lists API — create a list and fetch all lists (create_list / get_all_lists) - Privacy API — request or delete user data (request_user_data / delete_user_data) - Password reset — record a $password_reset event via the non-blocking log endpoint (the password is not actually changed) Bumps castle-rb to 9.x, which exposes the Privacy API client methods, and adds controller specs (with rendered views) for the new pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three authenticated demo pages, reachable from the nav once signed in:
create_list/get_all_lists).request_user_data/delete_user_data).$password_resetevent via the non-blockinglogendpoint; reusing the current password logs$failed, any other value logs$succeeded(the stored password is not changed).Bumps
castle-rbto~> 9.1(the version that exposes the Privacy client methods) and updates the version label on the home page. Adds controller specs (with rendered views) for the new pages.