oauth
Ruby library for OAuth core
Install
- All systems
-
curl cmd.cat/oauth.sh
- Debian
-
apt-get install ruby-oauth
- Ubuntu
-
apt-get install ruby-oauth
- Arch Linux
-
pacman -S ruby-oauth
- Kali Linux
-
apt-get install ruby-oauth
- Fedora
-
dnf install ruby-oauth
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-oauth
- Raspbian
-
apt-get install ruby-oauth
- Dockerfile
- dockerfile.run/oauth
ruby-oauth
Ruby library for OAuth core
This package is a ruby library providing OAuth consumer and provider. OAuth is an open standard that allows users to share their private resources (e.g. photos, videos, contact lists) stored on one site with another site without having to hand out their username and password.
rubygem-oauth
OAuth Core Ruby implementation
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.