zitadel/site/docs/apis/01-authentication.md
Livio Amstutz 3487a7a713
chore: rename master to main (#1550)
* chore: rename master to main

* docs
2021-04-07 16:07:15 +02:00

19 lines
999 B
Markdown

---
title: Authentication API
description: …
---
### Authentication aka Auth
The authentication API (aka Auth API) is used for all operations on the currently logged in user.
| Service | URI |
|:--------|:----------------------------------------------------------------------------------------------------------------------------|
| REST | [https://api.zitadel.ch/auth/v1/](https://api.zitadel.ch/auth/v1/) |
| GRPC | [https://api.zitadel.ch/caos.zitadel.auth.api.v1.AuthService/](https://api.zitadel.ch/caos.zitadel.auth.api.v1.AuthService) |
> At a later date we might expose functions to build your own login GUI
> You can build your own user Register GUI already by utilizing the [Management API](#management)
[Latest API Version](https://github.com/caos/zitadel/blob/main/pkg/grpc/auth/proto/auth.proto)