Article Heloisa Paiva · Jan 16 7m read Token Authentication - Basics you need to start coding Why I decided to write this Recently I had the challenge to create a secure authentication method to authorize access to some data, but unfortunately I had zero experience with those security configurations and I felt that I was missing some basic concepts to have a better understanding of the official documentation. After studying and managing to deliver the classes that I was asked to develop, I'd like to share a little bit of my new knowledge, which helped me follow the topics in the documentation. #Access control #Authentication #InterSystems IRIS 3 0 1 124
Article Heloisa Paiva · Sep 22, 2022 4m read Python and IRIS in practice - with examples! Here you'll find a simple program that uses Python in an IRIS environment and another simple program that uses ObjectScript in a Python environment. Also, I'd like to share a few of the troubles I went trough while learning to implement this. Python in IRIS environment Let's say, for example, you're in an IRIS environment and you want to solve a problem that you find easy, or more efficient with Python. You can simply change the environment: create your method as any other, and in the end of it's name and specifications, you add [ Language = python ]: #Python #InterSystems IRIS 3 0 1 233
Article Heloisa Paiva · Sep 2, 2022 4m read Interoperability - Step to step on creating and connecting business hosts I recently started to study interoperability and I found the official documentation very helpful in understanding how it works, though I still had some trouble implementing it myself. With the help I got from my coworkers, I managed to create a Demo of a system and learn through practice. Because of that, I decided to write this to help others with "getting their hands dirty" and share the help I got. #Interoperability #InterSystems IRIS 3 3 0 250