Daniel Joudat 2b24aba3c3 Remove stream from SendMagicLink (#320)
* add two rpcs to User service:
	- Passwordless: endpoint that receives an email, topic and an optional message
	- PasswordlessML: endpoint that receives token and topic via MagicLink.

* Proposal to add Passwordless login feature to the endpoint user.

* remove currency run check

* Commit from GitHub Actions (Publish APIs & Clients)

* Create downstream.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* update todo

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update and rename publish.yml to generate.yml

* Update generate.yml

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* add comments

* Commit from GitHub Actions (Generate Clients & Examples)

* move otp to auth category

* charge for user verification

* Commit from GitHub Actions (Generate Clients & Examples)

* Update user.proto

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* Change js client git repo url (#249)

* Commit from GitHub Actions (Generate Clients & Examples)

* use tableName func for Count

* Commit from GitHub Actions (Generate Clients & Examples)

* update notes example

* Commit from GitHub Actions (Generate Clients & Examples)

* Update .gitignore

* Update .gitignore

* Commit from GitHub Actions (Generate Clients & Examples)

* add new endpoints SendMagicLink and VerifyToken to M3O user serivce

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* remove stream from SendMagicLink

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* fix user/examples.json

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* fix typo in user.proto sessino -> session | add dumpy session in user/examples.json

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
2021-12-13 13:47:25 +00:00
2021-12-04 22:18:27 +00:00
2021-10-07 14:58:26 +01:00
2021-11-26 12:46:53 +00:00
2021-12-11 08:20:48 +00:00
2021-12-02 18:23:55 +00:00
2021-10-07 14:58:26 +01:00
2021-11-22 15:20:00 +00:00
2021-12-01 15:05:27 +00:00
2021-12-09 10:56:42 +00:00
2021-10-07 14:58:26 +01:00
2021-11-18 13:02:33 +00:00
2021-11-02 16:31:09 +00:00
2021-12-13 11:13:19 +00:00
2021-10-07 14:58:26 +01:00
2021-12-12 09:28:56 +00:00
2021-10-18 12:57:37 +01:00
2021-12-10 15:26:50 +00:00
2021-11-18 13:02:33 +00:00
2021-11-18 13:02:33 +00:00
2021-11-10 09:10:21 +00:00
2021-11-22 15:21:37 +00:00
2021-11-10 08:56:58 +00:00
2021-12-08 11:22:56 +00:00
2021-12-07 11:34:28 +00:00
2021-11-18 13:02:33 +00:00
2021-11-24 11:46:27 +00:00
2021-12-08 14:49:18 +00:00
2021-11-03 21:54:34 +00:00
2021-12-04 22:20:57 +00:00
2021-12-02 18:25:52 +00:00
2021-10-07 14:58:26 +01:00
2021-11-18 13:02:33 +00:00
2021-11-18 13:02:33 +00:00
2021-10-07 14:58:26 +01:00
2021-11-19 14:25:31 +00:00
2021-12-13 13:23:01 +00:00
2021-12-02 08:31:13 +00:00
2021-10-07 14:58:26 +01:00
2021-10-07 14:58:26 +01:00
2021-12-10 17:16:17 +00:00
2021-11-18 13:02:33 +00:00
2021-10-12 19:02:29 +01:00
2021-11-18 13:02:33 +00:00
2021-10-07 14:58:26 +01:00
2021-06-15 10:38:04 +01:00
2021-11-26 16:03:28 +00:00
2021-10-07 14:58:26 +01:00
2021-12-10 10:41:22 +00:00
2021-10-07 14:58:26 +01:00
2021-12-11 20:52:48 +00:00
2021-11-18 13:02:33 +00:00
2021-11-22 15:26:01 +00:00
2021-12-10 11:33:52 +00:00
2021-09-16 12:52:36 +01:00
2020-12-26 22:16:00 +00:00
2021-12-11 08:20:48 +00:00
2021-12-11 08:20:48 +00:00
2021-09-17 15:54:49 +01:00
2021-02-09 15:11:23 +00:00
2021-11-24 17:41:31 +00:00
2021-12-10 10:35:28 +00:00

Micro Services Go.Dev reference License

Programmable real world Micro services.

Overview

Micro services provide the fundamental building blocks for any products, apps or services. They can be used in isolation or combined to create a powerful distributed system. The services are intended to be consumed by each other using RPC and from the external world through a Micro API.

Cloud

Find cloud hosted services on m3o.com.

Usage

Run a service from source

micro run github.com/micro/services/helloworld

To call a service from another

import "github.com/micro/services/helloworld/proto"

Contribute

We welcome contributions of additional services which are then hosted on m3o.com.

  • Services must be built using the Micro platform
  • Any dependency must be configured using the Micro Config
  • All services to be published must include a publicapi.json file

License

Apache 2.0

Description
No description provided
Readme Apache-2.0 3.6 MiB
Languages
Go 92.9%
Makefile 5.8%
Dockerfile 1.1%
mupad 0.2%