awslabs / cognito-at-edge

Serverless authentication solution to protect your website or Amplify application
Apache License 2.0
168 stars 54 forks source link

Add path to redirect url #78

Closed dza89 closed 9 months ago

dza89 commented 9 months ago

We have two seperate login paths: /and /admin

Because the redirect url does not contain the path, you can't use two seperate login flows at the moment. By merging this PR cognito-at-edge will support this. I don't see any breaking changes.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

dza89 commented 9 months ago

Have to do some extra testing