Skip to content

Instantly share code, notes, and snippets.

@unnitallman
Forked from ghousemohamed/neetoauth-checklist.md
Last active October 10, 2021 18:57
Show Gist options
  • Save unnitallman/a497cdede63e44fa3aee9e063266a2cb to your computer and use it in GitHub Desktop.
Save unnitallman/a497cdede63e44fa3aee9e063266a2cb to your computer and use it in GitHub Desktop.
neetoAuth checklist for a neeto client application
  • Integrate neeto_sso gem
  • Drop organization_neeto_applications table from client application and remove associated test cases and references throughout the application
  • Verify organization enabling/disabling API is working for client application
  • Verify that favicon when updated in neetoAuth is being updated and in use in the client application as well
  • Verify if the user name and profile image urls when updated in neetoAuth is being updated and in use in the client application as well
  • Verify if User activation/deactivation is being handled properly, i.e. A concern which blocks access
  • Verify User Invitation API
  • Make sure profile settings page and organization settings page open correctly. (neetoForm has done this correctly)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment