(no title)
mffap | 1 year ago
That being said with ZITADEL you can also move between self-hosted and cloud: https://zitadel.com/docs/guides/migrate/sources/zitadel
ps: I'm biased (see bio).
mffap | 1 year ago
That being said with ZITADEL you can also move between self-hosted and cloud: https://zitadel.com/docs/guides/migrate/sources/zitadel
ps: I'm biased (see bio).
nik2303|1 year ago
Then I went to structure the Zitadel like this: 1 Organization has -> 1 Project has -> 2 Application.
Applications: - 1 User Agent (this I use on React side, I guess?) - 1 Web app (this I use in NestJs, I guess?)
And both applications have PKCE flow as Authentication Method. Then I check the API for application type and it has only Private JWT authentication method.
Can I have then 1 Web App/User Agent and 1 API application? or 1 Web App and 1 User Agent?
And if I use API application with private key JWT, what should be the auth method for other application?