You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Gaeremynck edited this page Jul 20, 2015
·
3 revisions
Something that might not be obvious at first is that Grasshopper does not have a user interface. It's only way of communicating data is through the REST APIs. All the endpoints have been extensively documented, and can be reached at /docs on any URL that points to a Grasshopper instance.
The REST API authentication re-uses the session that a user established when logging in through one of the authentication strategies ("local" or Shibboleth). It's also able to authenticate using OAuth. See the OAuth page for more information.