You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,12 @@
24
24
OAuth 1.0a is an industry-standard protocol for authorization.
25
25
It is an update to the original OAuth 1.0 protocol, and is used by many popular services.
26
26
27
-
This is a RubyGem for implementing OAuth 1.0 or 1.0a _clients_ and _servers_ in Ruby applications.
28
-
See the sibling `oauth2` gem for OAuth 2.0, 2.1, & OIDC clients in Ruby.
27
+
This RubyGem provides a CLI for OAuth 1.0 or 1.0a _clients_ and _servers_ in Ruby applications.
29
28
30
29
All dependencies of this gem are signed, so it can be installed with a `HighSecurity` profile.
31
30
32
31
*[OAuth 1.0 Spec][oauth1-spec]
33
-
*[oauth gem][sibling-gem] for OAuth 1.0 / 1.0a client and server implementations in Ruby.
32
+
*[oauth sibling gem][sibling-gem] for OAuth 1.0 / 1.0a client and server implementations in Ruby.
34
33
*[oauth2 sibling gem][sibling2-gem] for OAuth 2.0 / 2.1, & OIDC client implementations in Ruby.
35
34
36
35
[oauth1-spec]: http://oauth.net/core/1.0/
@@ -449,14 +448,17 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
449
448
450
449
<ul>
451
450
<li>
452
-
Copyright (c) 2023, 2025 Peter H. Boling, of
451
+
Copyright (c) 2021-2022, 2025 Peter H. Boling, of
453
452
<a href="https://discord.gg/3qme4XHNKN">
454
453
Galtzo.com
455
454
<picture>
456
455
<img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
0 commit comments