juanbzpy / next-authentication

Authentication & Authorization library for the Next.js framework
MIT License
57 stars 9 forks source link

Write documentation for the new API #19

Closed juanbzpy closed 4 years ago

juanbzpy commented 4 years ago

The old API relied on getInitialProps and a HOC component. The new API works with API routes and getServerSideProps so the documentation needs updates.