File: README.md

package info (click to toggle)
signon-plugin-oauth2 0.25%2Bgit20231015.fab69886-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 360 kB
  • sloc: cpp: 3,648; xml: 36; makefile: 10; ansic: 9
file content (23 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OAuth 1.0/2.0 plugin for the SignOn daemon
==========================================

This plugin for the Accounts-SSO SignOn daemon handles the OAuth
1.0 and 2.0 authentication protocols.


License
-------

See COPYING file.


Build instructions
------------------

This project depends on Qt 5.8 (or newer) and
[signond](https://gitlab.com/accounts-sso/signond). To build it, just run
```
  qmake
  make
  make install
```