All demos
Todo app
Sign in with your WordPress credentials and manage todos - each one is stored as a private WordPress post, readable only by the authenticated user.
Before it works, on your WordPress site: enable Allow Authentication, turn on All WordPress endpoints check for JWT (so
/wp/v2/posts accepts the token), and enable CORS for this origin. See the Todo App guide.Your data stays private. This website does not store any data you enter in the live example - your WordPress URL, credentials, and any details you submit are kept in your browser and sent only to your own WordPress site.
Todo app demoOpen in new tab ↗