Skip to content

Fix/microsoft bug#15

Merged
Zaiidmo merged 23 commits intodevelopfrom
fix/microsoft-bug
Feb 2, 2026
Merged

Fix/microsoft bug#15
Zaiidmo merged 23 commits intodevelopfrom
fix/microsoft-bug

Conversation

@a-elkhiraooui-ciscode
Copy link
Contributor

Summary

  • What does this PR change?

Why

  • Why is this change needed?

Checklist

  • Added/updated tests (if behavior changed)
  • npm run lint passes
  • npm run typecheck passes
  • npm test passes
  • npm run build passes
  • Added a changeset (npx changeset) if this affects consumers

Notes

  • Anything reviewers should pay attention to?

a-elkhiraooui-ciscode and others added 23 commits January 28, 2026 17:47
* parents translate, components receive plain strings

* 1.0.3

* tested in local, bug fixed

* 1.0.4

* forgot and reset password done

* 1.0.6
* docs: add copilot development instructions

- Add React component library development guidelines
- Include accessibility and i18n requirements
- Document component patterns and testing standards
- Add release checklist

* docs: create task documentation structure for UI module

- Add active tasks folder with UI-MODULE- prefix
- Establish workflow for UI component tasks
- Add UI-specific documentation focus (accessibility, responsive)

* docs: add export strategy and workflow guidelines

- Define export strategy (Components + Hooks + Types only)
- Document rationale for public API exports
- Add workflow with UI-MODULE- prefix convention
- Include breaking changes handling for component APIs
- Add task documentation structure examples
* ops: updated release pipeline to run only on version changes, and created ci workflow

* 1.0.8
- Add Git Flow branching strategy (develop/master)
- Document npm version command before push
- Add prepublishOnly hook recommendation
- Update workflow with proper branch management
- Clear warnings about PR targeting

Co-authored-by: Reda Channa <r.channa@ciscod.com>
Co-authored-by: Zaiid Moumni <141942826+Zaiidmo@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 2, 2026 15:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes OAuth callback URLs for Google and Microsoft authentication providers by adding the missing /api prefix to both the callback paths and authentication endpoints.

Changes:

  • Updated OAuth callback paths to include /api prefix for both Google and Microsoft providers
  • Updated authentication endpoint URLs to include /api prefix for both providers

@Zaiidmo Zaiidmo merged commit 45d0589 into develop Feb 2, 2026
1 check passed
@Zaiidmo Zaiidmo deleted the fix/microsoft-bug branch February 2, 2026 15:56
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.

4 participants