Headless WordPress Authentication with Native Cookies - A Next.js 14 app (using app router)
https://github.com/alexostar/headless-wp-auth-nextjs14
Last updated
Was this helpful?
https://github.com/alexostar/headless-wp-auth-nextjs14
Last updated
Was this helpful?
This is a code of Kellen Mace at WPEngine transferred to Next.js 14 and the app router.
Pages in the page router moved to the app router
tags removed from
router from next/router replaced with next/navigation and with useSearchParams
.... and some other minor changes