Changelog
2.6.0
Changelog
2.5.0
Changelog
2.4.0
store
dependency ([#126])Changelog
2.3.0
apiUrl
property to support connecting to OSM API at api.openstreetmap.org
([#123], [operations#951])Error
object returned from authenticate ([0f48eb88])Changelog
2.2.0
Changelog
2.1.0
Changelog
2.0.0 (OAuth v2.0)
xhr
and rawxhr
options have changed slightly - check docs if you are using options
with custom headers."type": "module"
now"module": "./src/osm-auth.mjs"
- ESM, works with import
"main": "./dist/osm-auth.cjs"
- CJS bundle, works with require()
"browser": "./dist/osm-auth.iife.js"
- IIFE bundle, works in browser <script>
tagChangelog
1.1.2 (OAuth v1.0a)