https://github.com/hauke96/osm-oauth1a-dummy
Dummy implementation for the OpenStreetMap OAuth 1a server
https://github.com/hauke96/osm-oauth1a-dummy
Last synced: 6 months ago
JSON representation
Dummy implementation for the OpenStreetMap OAuth 1a server
- Host: GitHub
- URL: https://github.com/hauke96/osm-oauth1a-dummy
- Owner: hauke96
- License: gpl-3.0
- Created: 2020-06-11T19:36:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T23:50:20.000Z (over 5 years ago)
- Last Synced: 2024-04-16T00:19:47.444Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSM OAuth 1.0a dummy server
Warning: For development-use only!This server offers a very basic, simple and non-standardized, probably unbelievable buggy and insecure dummy implementation of the OAuth 1.0a authentication procedure used by the OpenStreetMap servers.
Therefore I use this to **be independent of the OSM servers**.This also implements a very basic dummy API for the user information (so the `/users?users=...`, `user/details` and `/changesets` endpoints).
None of these APIs returns real data, just dummy data which has at least a somehow correct syntax.# Run
I recommend go 1.13 and newer (to have module support) and then just execute:
```bash
go run .
```