This message was deleted.
# general
m
This message was deleted.
m
Hello @bored-art-30994 Here are some steps to get started with Ory: - Create free developer account on Ory Network - Read https://www.ory.sh/docs/security-model - Build PoC for your Angular app: https://www.ory.sh/docs/getting-started/local-development - Add social login to the PoC: https://www.ory.sh/docs/kratos/social-signin/overview - Investigate API solutions: https://www.ory.sh/zero-trust-api-security-ory-tutorial/ I agree that OAuth2 is often overkill. I would recommend going with the cookie route for web apps - see the security-model doc above. However if you want to keep your JWT architecture, we just implemented the option to return a JWT on /whoami calls. This is not in production yet, but should be coming very soon!
❤️ 1
b
Thank you very much @magnificent-energy-493. Everything is more clear now. Yes we decided to switch to cookie for the web app. For APIs we'd like to move towards something like API Keys... have you some useful Ory resource about that?