Skip to content

Commit

Permalink
Readme: Hint that OAuth 1 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored and bhousel committed Aug 26, 2023
1 parent ebdf6fe commit ce6c15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Easy authentication with [OpenStreetMap](http://www.openstreetmap.org/) over [OAuth 2.0](https://oauth.net/2/).<br/>
See also: https://wiki.openstreetmap.org/wiki/OAuth

Note: If you want the older version of this library that supports OpenStreetMap over OAuth 1.0a, use [the v1 branch](https://github.com/osmlab/osm-auth/tree/v1) and pin your software to older [release versions <2](https://github.com/osmlab/osm-auth/releases). Going forward, the v1 branch will receive limited attention.
Note: If you want the older version of this library that supports OpenStreetMap over [the deprecated](https://github.com/openstreetmap/operations/issues/867) **OAuth 1.0a**, use [the v1 branch](https://github.com/osmlab/osm-auth/tree/v1) and pin your software to older [release versions <2](https://github.com/osmlab/osm-auth/releases). Going forward, the v1 branch will receive limited attention.


## Demo
Expand Down Expand Up @@ -269,4 +269,4 @@ Options (getter / setter)<br/>
<br/>
Param: `val?` Object containing options<br/>
Return: current `options` (if getting), or `self` (if setting)<br/>
<br/>
<br/>

0 comments on commit ce6c15f

Please sign in to comment.