Home / Companies / Infisical / Blog / September 2023

September 2023 Summaries

3 posts from Infisical

Filter
Month: Year:
Post Summaries Back to Blog
Bun is an all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript applications, offering speed comparable to Node.js and Deno, making it suitable for edge computing. Environment variables in Bun can be accessed using traditional Node.js methods or the new Bun way, allowing developers to store configurations and secrets securely. Bun supports native .env files, which eliminates the need for additional packages, while also providing an option to use a secret manager like Infisical to manage complex environments and security requirements. Using Infisical offers benefits such as end-to-end encrypted secrets, version-controlled environment variables, automatic prevention of hardcoded secrets, and seamless integration with various tools and infrastructure.
Sep 21, 2023 461 words in the original blog post.
OAuth 2.0 is an authorization framework that allows an application to access another service on behalf of a user, without needing the user's login credentials. This separation of roles between client and resource owner provides improved security by reducing the risk of password exploitation and minimizing the need for users to change passwords across multiple services. The OAuth 2.0 flow involves redirecting the user to an authorization server, where they grant access to the application, and then exchanging the authorization code for an access token that can be used to make requests to the protected resource. A refresh token is also obtained, which can be used to obtain a new access token when it expires. Implementing OAuth 2.0 correctly is crucial for user security and involves storing sensitive credentials securely and managing tokens carefully. The Authorization Code Flow is the most common variation of OAuth 2.0 that developers will encounter in practice, and by understanding this flow, building a mental model of it, and seeing practical examples, developers can implement OAuth 2.0 confidently for their own application use-cases.
Sep 10, 2023 2,475 words in the original blog post.
Infisical has released its August 2023 update with several new features and improvements. The Audit Logs 2.0 feature allows users to track a wide range of events from secret to project-level operations, providing enhanced security visibility. New integrations have also been added, including GitHub SSO, which enables users to sign up or log in using their GitHub account. Additionally, the platform's password policy has been strengthened to include more robust requirements and cross-checking against a database of breached passwords. Other notable updates include changes to environment order, improved integration stability, and a redesign of the tags feature. The company is also hosting weekly community calls on Wednesdays at 8am PT, where users can engage with the Infisical team and learn more about contributing to the platform.
Sep 01, 2023 567 words in the original blog post.