on 2021 Oct 16 9:17 PM
Is it possible to develop an API with BTP JWT authentication but without using the approuter? A totally independent API?
Short answer: Yes, this is possible.
The long answer is, as you can expect, a bit more complicated: You don't need to use the approuter to authenticate users. E.g. you can use CAP to implement an UI and use any webserver to access this API. As you mentioned NestJS in your question, you probably don't want to use CAP either. In this case, I'd recommend that you check out the following package:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.