Home / Companies / Nylas / Blog / March 2019

March 2019 Summaries

2 posts from Nylas

Filter
Month: Year:
Post Summaries Back to Blog
Nylas shares insights and practical guidance on using environment variables in Python to enhance automation and security in coding practices. Environment variables, which exist outside the code as part of a server environment, streamline script execution across different systems and improve security by keeping sensitive information like API tokens out of the codebase. The article details how to retrieve and set environment variables using Python's os package, emphasizing that changes made within a Python session do not affect system-wide settings. It introduces the dotenv library as a tool for managing environment variables across different project stages by reading them from a .env file, ensuring they adjust automatically based on the selected environment. The post encourages exploring further applications of environment variables in platforms like AWS Lambda or Azure, and invites readers to learn more about Nylas's APIs and resources.
Mar 12, 2019 929 words in the original blog post.
Nylas now supports major single-sign-on (SSO) providers such as Okta and OneLogin for all Office365 and GSuite accounts, enhancing security and efficiency for enterprise businesses. This integration aids in authentication and user lifecycle management, reducing authentication errors and saving time for support teams. SSO allows companies to manage onboarding and offboarding centrally, simplifying the process of tracking employee app access and data permissions. By using OAuth for authentication, Nylas enables enterprises to cater to users with sophisticated security requirements, thereby streamlining IT management and integrating seamlessly with existing enterprise systems.
Mar 09, 2019 290 words in the original blog post.