Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Fubinator/gotrue-rs issues and pull requests

#58 - build(deps): bump openssl from 0.10.62 to 0.10.66

Pull Request - State: closed - Opened by dependabot[bot] 2 months ago
Labels: dependencies

#57 - build(deps): bump h2 from 0.3.24 to 0.3.26

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies

#56 - [Enhancement] admin update a user by id

Issue - State: open - Opened by epenabella 7 months ago - 2 comments

#55 - build(deps): bump mio from 0.8.4 to 0.8.11

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies

#54 - Session & user are private..

Issue - State: open - Opened by epenabella 7 months ago

#53 - provider signin: first working proof of concept

Pull Request - State: open - Opened by bytemunch 8 months ago - 1 comment

#52 - build(deps): bump h2 from 0.3.17 to 0.3.24

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies

#51 - build(deps): bump openssl from 0.10.55 to 0.10.62

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies

#50 - Use generics for string arguments

Pull Request - State: closed - Opened by FantasyTeddy 9 months ago - 1 comment

#49 - Adding derives for Debug and Clone.

Pull Request - State: closed - Opened by j7nw4r about 1 year ago - 2 comments

#48 - Adding derives for Debug and Clone.

Pull Request - State: closed - Opened by j7nw4r about 1 year ago

#47 - build(deps): bump openssl from 0.10.48 to 0.10.55

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#46 - Missing Version Tags for Releases

Issue - State: open - Opened by jnhyatt over 1 year ago

#45 - build(deps): bump h2 from 0.3.13 to 0.3.17

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#44 - build(deps): bump openssl from 0.10.40 to 0.10.48

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#43 - build(deps): bump tokio from 1.20.3 to 1.20.4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#42 - build(deps): bump bumpalo from 3.10.0 to 3.12.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#41 - build(deps): bump tokio from 1.19.2 to 1.20.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#40 - Client Docs

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#39 - API Docs

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#38 - add: set_session function

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#37 - use EmailOrPhone enum for signin and signup

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#36 - remove session before signin up, signing in or verifying otp

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#35 - Client: implement get_session_from_url function

Issue - State: open - Opened by Fubinator about 2 years ago

#33 - Client: set_session function to set the session from a refresh token

Issue - State: closed - Opened by Fubinator about 2 years ago - 1 comment

#32 - Implement provider sign in

Issue - State: open - Opened by Fubinator about 2 years ago

#31 - Client sign in: Handle OTP sign ins

Issue - State: open - Opened by Fubinator about 2 years ago

#30 - Use EmailOrPhone Enum in sign in and sign up

Issue - State: closed - Opened by Fubinator about 2 years ago

#29 - Remove Session before signing up/in

Issue - State: closed - Opened by Fubinator about 2 years ago

#28 - Feat/#27 better error handling

Pull Request - State: closed - Opened by Fubinator about 2 years ago

#27 - Better error handling

Issue - State: closed - Opened by Fubinator over 2 years ago

#26 - refresh_session function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#25 - verify_otp function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#24 - rename api and client for shorter names

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#23 - add: reorganize mods for better DX

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#22 - delete_user function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#21 - update_user_by_id function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#20 - Fix #19: Create only one reqwest client per api instance

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#19 - Create reqwest client only once when the api was created

Issue - State: closed - Opened by Fubinator over 2 years ago

#18 - add: create_user function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#17 - add: get_user_by_id function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#16 - list_users function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#15 - add: invite user by email function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#14 - add: update user functionality

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#13 - add: getuser function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#12 - add: refresh token function

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#11 - fix #10: tokio implementation instead of usage of reqwests blocking

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#10 - Use reqwest with tokio instead of a blocking approach

Issue - State: closed - Opened by Fubinator over 2 years ago

#9 - Password Recovery Email

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#8 - Feat/#7 signout implementation

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#7 - signOut implementation

Issue - State: closed - Opened by Fubinator over 2 years ago

#6 - verify_otp implementation

Issue - State: closed - Opened by Fubinator over 2 years ago - 1 comment

#5 - add: client implementation for signup/signin

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#4 - Add ci.yml file for automatic testing

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#3 - Run tests in github actions

Issue - State: closed - Opened by Fubinator over 2 years ago - 1 comment

#2 - Feat #1: Docker Test Setup

Pull Request - State: closed - Opened by Fubinator over 2 years ago

#1 - Docker Test Setup

Issue - State: closed - Opened by Fubinator over 2 years ago