-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Description / Steps to reproduce / Feature proposal
Originated from #1035.
Creating a new epic to separate the authentication and authorization epic.
Cross-posting the acceptance criteria from #1035 (comment):
- create the authentication strategy interface Add abstraction for authentication strategy #2466
- make auth action in /authentication package to use interface created in 1/. Refactor the authentication action to be a common one. #2467
- Refactor example-shopping app to use the auth action in 2/ Refactor shopping app to use the updated authentication package loopback4-example-shopping#79
- Test if existing adapter works with passport strategies and interface. Creating adapter for the plugged in passport strategies #2311
- How to register auth strategies Extension point for registering the authentication strategies #2312
- Write blogs/docs about how one can register auth strategies [Blog] How to register authentication strategies #2725
Current Behavior
Expected Behavior
See Reporting Issues for more tips on writing good issues
jannyHou