Skip to content

Commit

Permalink
Added pointed to Authentication docs in general README
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Sep 19, 2023
1 parent 21a56b5 commit 4cf1677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Contents
- [General overview](#General-overview)
- [Authentication](#authentication)
- [Development](#development)
* [Coding style](#coding-style)
* [Requirements](#requirements)
Expand Down Expand Up @@ -51,6 +52,12 @@ More general code features are:
- Serialisation of events to a queueing system, such that those
events can be "replayed" into various ACeDB databases.

## Authentication
Login to the Name Service happens through your `*@wormbase.org` Google account.
Hit the "Login With Google" button and select the correct account or fill in the required details.

For more details on the Authentication and how to obtain a token for API authentication, see the [Google-Auth docs](./docs/Google-Auth.md).

## Development

### Coding style
Expand Down

0 comments on commit 4cf1677

Please sign in to comment.