hauke96 / osm-oauth1a-dummy

Dummy implementation for the OpenStreetMap OAuth 1a server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

go run .

About

Dummy implementation for the OpenStreetMap OAuth 1a server

License:GNU General Public License v3.0


Languages

Language:Go 90.8%Language:HTML 9.2%