Add AWS Amplify Auth service as a Provider #1475
borisdayma
started this conversation in
Ideas & Feature Requests
Replies: 2 comments
-
PRs to add this would be welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
-
One of my projects is using nuxt/auth and amplify - in that context, I have created a really simple (custom) scheme for it. I’m not able to spend more time on this at the moment. However, if anyone wants to look at the code to start working on a PR, then feel free to do so! https://gist.github.com/maoosi/04899cdcdebf097001f498820caeffd2 Few notes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What problem does this feature solve?
With the popularity of AWS Amplify for creating quickly backend (files, lambda functions, auth through Cognito…) and host apps, it would be great to add direct support to it through nuxt-auth module.
What does the proposed changes look like?
With this integration, we will be able to easily protect pages and set up which ones require login by checking authentication status through aws cognito.
For now, I typically create my own middleware which is far from being as clean as nuxt-auth.
I'm wondering if the best approach is to add support through nuxt-auth or if a new nuxt-amplify would make more sense.
Beta Was this translation helpful? Give feedback.
All reactions