Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

feat(auth): added initial auth service #6

Merged
merged 1 commit into from
May 7, 2022
Merged

Conversation

dalbitresb12
Copy link
Contributor

What does it do

Implements a really basic version of an authentication service. This does not check anything, it is logged in by default. It'll be improved in future sprints.

Usage

Get the current user:

const user = AuthService.getCurrentUser();

Why is it needed

Simulation of user login and signup.

Related issue(s)/PR(s)

This will be used in #5.

* No checks are done, logged in by default
@dalbitresb12 dalbitresb12 added enhancement New feature or request scope: auth Changes related to authentication services labels May 7, 2022
@dalbitresb12 dalbitresb12 added this to the Sprint 2 milestone May 7, 2022
@dalbitresb12 dalbitresb12 requested a review from gakol28 May 7, 2022 03:43
@dalbitresb12 dalbitresb12 self-assigned this May 7, 2022
@gakol28 gakol28 merged commit ea44ec8 into main May 7, 2022
@gakol28 gakol28 deleted the feat/auth-service branch May 7, 2022 03:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request scope: auth Changes related to authentication services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants