Skip to content

Orangesoft-Development/authorization-symfony-service

Repository files navigation

This service allows you to store information about user accounts and provides a single authorization.

Authorization supported:

  • by phone number
  • using social networks

Social networks with which you can authorize:

  • Facebook
  • Google
  • AppleID

Composer

composer install -n

SSH Keys

mkdir -p /jwt
openssl genpkey -out /jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096
openssl pkey -in /jwt/private.pem -out /jwt/public.pem -pubout

Environment

cp .env .env.local
cp .env.test .env.test.local

Console

Create a new admin

php bin/console create:user <phone> <name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published