You can use this page to explore the feature that nuxt-auth has to offer. You can find the source code of this page here. For further information please refer to our documentation here.
nuxt-auth also supports server side sessions. You can find the full documentation for this here.
Route | Method | Link |
---|---|---|
/session | get | View Route |
/csrf | get | View Route |
/providers | get | View Route |
/signin | get | View Route |
/signin/:provider | post | View Route |
/callback/:provider | get & post | View Route |
/signout | get & post | View Route |