All Projects → openid → Openyolo Android

openid / Openyolo Android

Licence: apache-2.0
Android protocol for credential exchange and update - "You Only Login Once"

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Openyolo Android

PasswordX
Offline password manager for iOS/macOS
Stars: ✭ 26 (-76.36%)
Mutual labels:  password-generator, password-manager
Gokey
A simple vaultless password manager in Go
Stars: ✭ 305 (+177.27%)
Mutual labels:  password-manager, password-generator
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (-54.55%)
Mutual labels:  password-generator, password-manager
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+58.18%)
Mutual labels:  password-generator, password-manager
Pol
pol /pɵl/ is a modern command line password manager with deniable encryption
Stars: ✭ 25 (-77.27%)
Mutual labels:  password-manager, password-generator
sandpass
Password manager for Sandstorm
Stars: ✭ 26 (-76.36%)
Mutual labels:  password-generator, password-manager
Pash
🔒 A simple password manager using GPG written in POSIX sh.
Stars: ✭ 254 (+130.91%)
Mutual labels:  password-manager, password-generator
pwm
自用的密码管理工具
Stars: ✭ 34 (-69.09%)
Mutual labels:  password-generator, password-manager
Qtpass
QtPass is a multi-platform GUI for pass, the standard unix password manager.
Stars: ✭ 763 (+593.64%)
Mutual labels:  password-manager, password-generator
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (+432.73%)
Mutual labels:  password-manager, password-generator
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-30%)
Mutual labels:  password-manager, password-generator
Masterpassword
Project moved to https://gitlab.com/spectre.app
Stars: ✭ 1,122 (+920%)
Mutual labels:  password-manager, password-generator
mopass
A OpenSource Clientless & Serverless Password Manager
Stars: ✭ 40 (-63.64%)
Mutual labels:  password-generator, password-manager
gpgpwd
Moved to GitLab
Stars: ✭ 22 (-80%)
Mutual labels:  password-generator, password-manager
Passky-Server
API and Database for Passky (password manager)
Stars: ✭ 77 (-30%)
Mutual labels:  password-generator, password-manager
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (-70%)
Mutual labels:  password-generator, password-manager
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (+17.27%)
Mutual labels:  password-generator, password-manager
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (-57.27%)
Mutual labels:  password-generator, password-manager
Spicypass
A light-weight password manager with a focus on simplicity and security
Stars: ✭ 367 (+233.64%)
Mutual labels:  password-manager, password-generator
Allyourpasswords
The offline macOS password manager
Stars: ✭ 59 (-46.36%)
Mutual labels:  password-manager, password-generator

OpenYOLO for Android

Build Status codecov

OpenYOLO for Android is a protocol for storing, updating and assisting in the creation of user credentials apps. It can be used to assist in the sign-in and sign-up process for Android apps, and queries can be responded to by any installed credential provider on the device.

This repository contains the reference implementation of the OpenYOLO protocol, and the standard API and Service Provider Interface (SPI).

Example of auto sign-in

Project Status

OpenYOLO has reached beta production ready stage and can be integrated into production applications. The following credential providers include production implementations of OpenYOLO:

1Password Dashlane Google Smart Lock LastPass

The OpenYOLO for Android specification can be found here. This is currently under review as an implementor's draft by the Account Chooser and OpenYOLO Working Group, with the goal for it to reach final specification status in the near future.

Getting Started as a Client

Download

The client library for the OpenYOLO for Android protocol lives in the api directory. It allows you to easily manipulate credentials for your application by interacting with the credential provider of the user's choice. This allows you to:

  1. Automatically sign users into your app using saved credentials.
  2. Rapidly on-board new users by bootstrapping off of existing identities.
  3. Prompt users after sign-in/sign up to save their credentials for future automatic sign in.

Getting Started as a Credential Provider

Download

A getting started guide has not been written for credential providers. In its absence the protocol's specification as well as several sample implementations are good alternatives.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].