Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fix auth for SaaS template #95

Merged
merged 2 commits into from
Oct 2, 2023
Merged

feat: fix auth for SaaS template #95

merged 2 commits into from
Oct 2, 2023

Conversation

joshua-mo-143
Copy link
Member

@joshua-mo-143 joshua-mo-143 commented Oct 2, 2023

Description of change

The auth should not only return Ok/Err - it actually is supposed to return either Ok(true), Ok(false) or Err(e).

This should have been updated a while ago but unfortunately I got sidetracked.

How has this been tested? (if applicable)

Manual

@jonaro00 jonaro00 merged commit e300ee9 into shuttle-hq:main Oct 2, 2023
2 checks passed
@joshua-mo-143 joshua-mo-143 deleted the dev branch October 2, 2023 18:04
jonaro00 added a commit that referenced this pull request Oct 20, 2023
* refactor: update and standardise examples

* refactor: cargo fmt

* refactor: correct routing for axum/postgres

* refactor: readme.md

* refactor: rocket static files example

* refactor: clippy

* feat: fix auth for SaaS template (#95)

* feat: fix auth

* ci: fmt

* chore: v0.28.0

* fix: polishing of starter templates (#97)

* fix: polishing of starter templates

* update init docs

* add Shuttle.toml to saas

* docs: update readme.md

* refactor: update and standardise examples

* refactor: cargo fmt

* refactor: correct routing for axum/postgres

* refactor: readme.md

* refactor: rocket static files example

* refactor: clippy

* docs: update readme.md

* chore: deps

* chore: deps

---------

Co-authored-by: oddgrd <[email protected]>
Co-authored-by: jonaro00 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants