We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30b7e commit cc0a38bCopy full SHA for cc0a38b
README.md
@@ -36,7 +36,6 @@ osm_auth=Auth(
36
Three functions are provided:
37
38
1. login() -- Returns the login url for OSM.
39
-
40
- The user must then access this URL and authorize the OAuth application
41
to login.
42
- The user will be redirected to the configured `login_redirect_uri` after
@@ -45,7 +44,6 @@ Three functions are provided:
45
44
current URL to the function (which includes the OAuth authorization code).
46
47
2. callback() -- Returns the encoded and serialized data:
48
49
- `user_data` a JSON of OSM user data.
50
- `oauth_token` a string OSM OAuth token.
51
- Both are encoded and serialized as an additional safety measure when used
0 commit comments