From ce6c15f5a7bf41b23fcf3a3d445a13fdd6c701a5 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 26 Aug 2023 07:30:02 +0200 Subject: [PATCH] Readme: Hint that OAuth 1 is deprecated According to https://github.com/openstreetmap/operations/issues/867 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8117b4c..5968299 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Easy authentication with [OpenStreetMap](http://www.openstreetmap.org/) over [OAuth 2.0](https://oauth.net/2/).
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 @@ -269,4 +269,4 @@ Options (getter / setter)

Param: `val?` Object containing options
Return: current `options` (if getting), or `self` (if setting)
-
\ No newline at end of file +