An open API service indexing awesome lists of open source software.

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

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 .
```