• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

example/H10-Nov-2020-222114

src/H10-Nov-2020-2,6861,801

tests/H10-Nov-2020-2,2341,856

.gitignoreH A D10-Nov-2020178 2221

.gitlab-ci.ymlH A D10-Nov-2020951 4640

COPYINGH A D10-Nov-202025.8 KiB505418

README.mdH A D10-Nov-2020412 2215

common-installs-config.priH A D10-Nov-20201.9 KiB5246

common-project-config.priH A D03-May-20222.3 KiB7763

common-vars.priH A D10-Nov-2020976 2518

coverage.priH A D10-Nov-20201.8 KiB4635

signon-oauth2.proH A D03-May-2022554 2821

README.md

1OAuth 1.0/2.0 plugin for the SignOn daemon
2==========================================
3
4This plugin for the Accounts-SSO SignOn daemon handles the OAuth
51.0 and 2.0 authentication protocols.
6
7
8License
9-------
10
11See COPYING file.
12
13
14Build instructions
15------------------
16
17This project depends on Qt 5 and [signond](https://gitlab.com/accounts-sso/signond). To build it, just run
18```
19  qmake
20  make
21  make install
22```