A React Component for GitHub Login
A React Component for GitHub Login
A React Component for OAuth2 Login - adapted from react-github-login
A React Component for GitHub Login
A popup window helper/component for GitHub login
Github Login Component to Svelte
A React Component for GitHub Login
A React Component for GitHub Login
Github login for react native
A React Component for GitHub Login
A small package to enable Github Login and access to your Express application
Passport.js simple strategy for GitHub login
## Getting Started
Add github login to your express app restricted to specific github organization(s). Powered by passport and passport-github2.
A fullstack CLI-based AI platform with chat mode, multi-tool agents, and agentic AI workflows. Includes GitHub login with device authorization, secure authentication, and modular client–server architecture for building intelligent automation tools.
Modern, simplified Github login, CLI and API - generating personal access token. Support promises and node-style callbacks.
Well-typed React Component for Facebook Login
AWS credential provider that sources credentials from aws login cached tokens
Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE
A command-line tool to quickly create new Pigment applications with a modern stack. Github login required.
Login with GitHub for Bloggify.
The full stack toolkit to build onchain app UX.
The full stack toolkit to build onchain app UX.
The full stack toolkit to build onchain app UX.
Console app that allows you to login into github using login and password. It stores token at disk, so it can be used by another apps.
Add login with github on your app
Enables login/logout functionality for a Ruby web app
A gem to aggregate your recent twitter and github activity into a single feed. Can accept multiple logins for either service.
simple-login creates a basic and simple login system for Rails 3 apps. It is based on Railscasts Authentication from Scratch videos. Usage: create your rails app, then add this gem to your Gemfile. Finally, just type 'rails g simple_login'. All these routes are available: signup_path, login_path, logout_path, password_reset_path. Also, these methods are available: authorize and current_user. More info on github page.
divshare ======== Description ----------- The divshare gem makes it easier to use the Divshare API. To use it, you need to create a Divshare account and sign up for an API key. Usage ----- Here's a brief walkthrough of the basic operations (see `examples/` for more information): require 'divshare' # Set these for your divshare account api_key = 'your api key' api_secret = 'your api secret' email = 'your login email address' password = 'your password' filename = 'a file you want to upload' client = Divshare::Client.new(api_key, api_secret) client.login(email, password) all_my_files = client.get_user_files all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) puts "#{filename} uploaded with new id: #{uploaded_id}" client.logout Now, going through the same script step-by-step. Use your Divshare API key and secret (comes with key) to create a client: client = Divshare::Client.new(api_key, api_secret) Login using the credentials for your Divshare account: client.login(email, password) Get an array of all of your files: all_my_files = client.get_user_files Do something with the files: all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end Upload a file, and capture its id: ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) Logout client.logout Installation ------------ Install using rubygems: sudo gem install divshare Or clone from github git clone git://github.com/wasnotrice/divshare.git
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.