Blog
Securing an API with OAuth2.0
Security in the context of API creation can be an obstacle to application development. In this article, we will detail a common solution: the implementation of an authentication server supporting OAuth and Open ID Connect.
Towards the creation of agnostic APIs
Is it possible to create API's without knowing the details of the UI or what media the applications are intended for? Deciding what would be the essential proof-of-concept to test a new approach is not something easy. Here is what we are currently exploring.