Generate a random string of credentials (username and password)
Cloud Foundry Secure Credential Generator
A Key Credential generator for Office 365 Applications.
A lightweight library for generating short-term bearer tokens for AWS Bedrock API authentication
AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config
AWS credential provider for containers and HTTP sources
AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials
AWS credential provider that sources credentials from known environment variables
AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config
AWS credential provider that calls STS assumeRole for temporary AWS credentials
AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service
AWS credential provider that sources credentials from a Node.JS environment.
AWS credential provider that sources credentials from aws login cached tokens
[](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provid
A collection of credential providers, without requiring service clients like STS, Cognito
Nested clients for AWS SDK packages.
Provides low-level interfaces and helper methods for authentication in Azure SDK
Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID
Determine if a function is a native generator function.
Turns an AST into code.
A function that returns the normally hidden `GeneratorFunction` constructor
Turn async generator functions into ES2015 generators
Cross-platform functionality to manage cached credentials.
Turn async functions into ES2015 generators
Utility to generate AzureRM credentials files in various formats using Azure AD user credentials.
Daphne pseudorandom credential generator
Command-line tool to generate AWS session credentials.
Credentials is a generic actor/resource permission framework based on rules, not objects.
A wrapper for DHL SOAP interface.
This is the simple REST client for IAM Service Account Credentials API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the IAM Service Account Credentials API, but note that some services may provide a separate modern client that is easier to use.
A Rails generator that provides interactive setup for Supabase database configuration with environment selection and credential management.
I am using docker containers for development of a rails app as well as the environmental credentials. I figured that I'm adding the same three files to all of my projects. Since I have a bunch of existing projects a custom template is not an option. So I went with a gem and a generator instead.
This gem provides a simple interface for interacting with the Browserless PDF API. It handles all the HTTP requests and responses, and provides methods for configuring the API endpoint, setting authentication credentials, and specifying options for the PDF generation process. This gem is ideal for developers who want to generate PDFs without managing any infrastructure.
A CLI tool that downloads the most recent images from twitter based on the search terms provided. Please remember that you need to provide your own consumer key and consumer secret as well as the access token and access token secret. You can find those over here: https://apps.twitter.com Just create a placeholder app and generate the required credentials.
The eGTLabs Mu toolkit for unified cloud deployments. This gem contains the Mu deployment interface to cloud provider APIs. It will generate a sample configuration the first time it is invoked. Mu will attempt to autodetect when it's being run in a virtual machine on a known cloud provider and activate the appropriate API with machine-based credentials. Installing this gem on an Amazon Web Service instance, for example, should automatically enable the MU::Cloud::AWS layer and attempt to use the machine's IAM Profile to communicate with the AWS API.
This gem supplies a `fa` executable which can create, read, update and delete data using the Freeagent API. You need to specify valid Freeagent app credentials. Generate a Freeagent app at https://dev.freeagent.com/apps. Ensure you set 'http://localhost:*/' as a valid OAuth redirect URI. Then export your ID and secret as environment variables FREEAGENT_APP_ID and FREEAGENT_APP_SECRET. On first run, `fa` will authenticate you via OAuth so watch out for an authentication URI printed to the console.