I want to create an application which will contain –
1. A blog
2. User signups/login
3. Moderately complex data and table structure for managing user data
I was considering using WordPress REST API for user authentication and static blog posts and a separate backend service/database for all other areas of application. That way I don’t have to implement any authentication module (different auth types, security etc.) on my own and also leverage wordpress features for blog posts.
Is this a good idea? Or is it completely naive and impractical that I am not able to foresee? Looking for some guidance from experienced folks.
[ad_2]