lenra-io / server

GNU Affero General Public License v3.0
6 stars 0 forks source link

fix: OAuth2 client custom scheme redirect URI #521

Closed taorepoara closed 6 months ago

taorepoara commented 6 months ago

For Android and iOS clients

About this PR

We can't create OAuth2 client with a custom scheme in the redirect URI (ex: io.lenra.app:/), but it's needed for Android ans iOS applications.

This PR fixes it.

Technical highlight/advice

Just changed the corresponding Regex.

How to test my changes

Checklist

I included unit tests that cover my changes

I added/updated the documentation about my changes

taorepoara commented 6 months ago

:tada: This PR is included in version 1.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: